From nobody Thu May 7 19:30:07 2026 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 61841C433F5 for ; Fri, 20 May 2022 09:05:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347514AbiETJFa (ORCPT ); Fri, 20 May 2022 05:05:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45964 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241888AbiETJFZ (ORCPT ); Fri, 20 May 2022 05:05:25 -0400 X-Greylist: delayed 961 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Fri, 20 May 2022 02:05:22 PDT Received: from mo-csw-fb.securemx.jp (mo-csw-fb1115.securemx.jp [210.130.202.174]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2BBA8EBA97; Fri, 20 May 2022 02:05:21 -0700 (PDT) Received: by mo-csw-fb.securemx.jp (mx-mo-csw-fb1115) id 24K8nLIs003889; Fri, 20 May 2022 17:49:21 +0900 Received: by mo-csw.securemx.jp (mx-mo-csw1116) id 24K8mix6006635; Fri, 20 May 2022 17:48:44 +0900 X-Iguazu-Qid: 2wHH68dypz2pETqHli X-Iguazu-QSIG: v=2; s=0; t=1653036523; q=2wHH68dypz2pETqHli; m=4DWdEX+LTA96+LAchSD/5OwZ/gmmYBB9GTdlGYq0WN0= Received: from imx2-a.toshiba.co.jp (imx2-a.toshiba.co.jp [106.186.93.35]) by relay.securemx.jp (mx-mr1111) id 24K8mgeS033499 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 20 May 2022 17:48:42 +0900 From: Nobuhiro Iwamatsu To: "David S . Miller" , Jakub Kicinski Cc: Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , netdev@vger.kernel.org, yuji2.ishikawa@toshiba.co.jp, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Nobuhiro Iwamatsu , Rob Herring Subject: [PATCH] dt-bindings: net: toshiba,visconti-dwmac: Update the common clock properties Date: Fri, 20 May 2022 17:48:23 +0900 X-TSB-HOP2: ON Message-Id: <20220520084823.620489-1-nobuhiro1.iwamatsu@toshiba.co.jp> X-Mailer: git-send-email 2.36.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The clock for this driver switched to the common clock controller driver. Therefore, update common clock properties for ethernet device in the binding document. Signed-off-by: Nobuhiro Iwamatsu Acked-by: Rob Herring --- .../devicetree/bindings/net/toshiba,visconti-dwmac.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.y= aml b/Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.yaml index b12bfe61c67a..0988ed8d1c12 100644 --- a/Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.yaml +++ b/Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.yaml @@ -52,6 +52,7 @@ unevaluatedProperties: false =20 examples: - | + #include #include =20 soc { @@ -63,7 +64,7 @@ examples: reg =3D <0 0x28000000 0 0x10000>; interrupts =3D ; interrupt-names =3D "macirq"; - clocks =3D <&clk300mhz>, <&clk125mhz>; + clocks =3D <&pismu TMPV770X_CLK_PIETHER_BUS>, <&pismu TMPV770X= _CLK_PIETHER_125M>; clock-names =3D "stmmaceth", "phy_ref_clk"; snps,txpbl =3D <4>; snps,rxpbl =3D <4>; --=20 2.36.0