From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68A87FA3745 for ; Thu, 27 Oct 2022 22:00:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234272AbiJ0WAN (ORCPT ); Thu, 27 Oct 2022 18:00:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49296 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234438AbiJ0WAL (ORCPT ); Thu, 27 Oct 2022 18:00:11 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F0C1027FF0; Thu, 27 Oct 2022 15:00:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2446862552; Thu, 27 Oct 2022 22:00:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 66A20C43470; Thu, 27 Oct 2022 22:00:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666908009; bh=WqcSx82M/KeDSCKd8hBkqnAYkWFHHlDI8C8zRzExk/I=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=NLCLOdUn9WEzgRdXV+QwBajXm+eoKAxuzT5M5sNWy/1iYufktc0YuMuPUgSql/J8G 5Hiv5NQUZHXZfh6R161HmXf8nRZfse6pwhU0Ma7xDDOJTqENyZjAwwPNXK1n7SYj91 c9+SrR6GATsZLtlzaKcUIGi90N9TVIDMSOIWTthvYuV6+VcG5B1Xg2cM+cm2v/07eO Fqfd4xFec9/nqnrgJU8tPtppLY/I+7qqmSuSbfowRoxftHJR7Yum/K109od1SceKgf W4Tg/772R8YtX6NqAqDiC1yno9KQf5xjnZLW3udW1+nFP2ejoVMwqJnAfY8FNFh5Xs ys5otUADyRlRA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20221021064757.379558-1-alexander.stein@ew.tq-group.com> References: <20221021064757.379558-1-alexander.stein@ew.tq-group.com> Subject: Re: [PATCH v2 1/1] dt-bindings: clock: ti,cdce925: Convert to DT schema From: Stephen Boyd Cc: Alexander Stein , linux-clk@vger.kernel.org, devicetree@vger.kernel.org To: Alexander Stein , Krzysztof Kozlowski , Michael Turquette , Rob Herring Date: Thu, 27 Oct 2022 15:00:07 -0700 User-Agent: alot/0.10 Message-Id: <20221027220009.66A20C43470@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Alexander Stein (2022-10-20 23:47:57) > Convert the TI CDCE925 clock binding to DT schema format. > Including a small fix: Add the missing 'ti' prefix in the example > compatible. >=20 > Signed-off-by: Alexander Stein > --- Applied to clk-next