From nobody Thu May 7 16:06:43 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 59FCDC433EF for ; Wed, 25 May 2022 00:46:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242473AbiEYAqx (ORCPT ); Tue, 24 May 2022 20:46:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238161AbiEYAqu (ORCPT ); Tue, 24 May 2022 20:46:50 -0400 Received: from mo-csw.securemx.jp (mo-csw1514.securemx.jp [210.130.202.153]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2EB032FFCA; Tue, 24 May 2022 17:46:48 -0700 (PDT) Received: by mo-csw.securemx.jp (mx-mo-csw1514) id 24P0kGQH032106; Wed, 25 May 2022 09:46:16 +0900 X-Iguazu-Qid: 34troEDgosQr0Nhwun X-Iguazu-QSIG: v=2; s=0; t=1653439576; q=34troEDgosQr0Nhwun; m=PqN0SZ2Kbn3J0hN+mlzV3+eKzFQWVJyC5dMeA4DgRlE= Received: from imx12-a.toshiba.co.jp (imx12-a.toshiba.co.jp [61.202.160.135]) by relay.securemx.jp (mx-mr1511) id 24P0kEX6037176 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 25 May 2022 09:46:14 +0900 From: Nobuhiro Iwamatsu To: Wim Van Sebroeck , Guenter Roeck Cc: linux-watchdog@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 , Krzysztof Kozlowski , Nobuhiro Iwamatsu , Rob Herring Subject: [PATCH v3] dt-bindings: watchdog: toshiba,visconti-wdt: Update the common clock properties Date: Wed, 25 May 2022 09:46:05 +0900 X-TSB-HOP2: ON Message-Id: <20220525004605.2128727-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 watchdog in the binding docum= ent. And this matched this example with the actual dts. Signed-off-by: Nobuhiro Iwamatsu Acked-by: Rob Herring Reviewed-by: Guenter Roeck --- v3: doesn't remove timeout-sec. v2: send to linux-watchdog. .../bindings/watchdog/toshiba,visconti-wdt.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wd= t.yaml b/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.ya= ml index 690e19ce4b87..eba083822d1f 100644 --- a/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml @@ -35,20 +35,16 @@ additionalProperties: false =20 examples: - | + #include + soc { #address-cells =3D <2>; #size-cells =3D <2>; =20 - wdt_clk: wdt-clk { - compatible =3D "fixed-clock"; - clock-frequency =3D <150000000>; - #clock-cells =3D <0>; - }; - - watchdog@28330000 { + wdt: watchdog@28330000 { compatible =3D "toshiba,visconti-wdt"; reg =3D <0 0x28330000 0 0x1000>; - clocks =3D <&wdt_clk>; timeout-sec =3D <20>; + clocks =3D <&pismu TMPV770X_CLK_WDTCLK>; }; }; --=20 2.36.0