From patchwork Tue May 10 01:52:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 12844393 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 55CA6C433F5 for ; Tue, 10 May 2022 01:54:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Uhm1uQYK90qkZbcreKH5Atb60Oc7ohldxeluFW4hs6I=; b=YHTuCNVUkiCboZ x/xXA1VpVh4Fd9cQCuCc+vdRkaEV8RdRWm2XVgo52idApDnbSTkXehvB+LAaCR+A50VDOk2Ubp14W MS3qG4G8DmKg5wD0/y/d0sF9s5VVWsjCBfVjiLYJQXrrLuED55fQqBdseZyqZl8g69Tcv5ikvK2vc o4CXf6lAjQwNcok/Mi1eA5BWNwe9YQL3+msB2DWD3/FpuvXhKdPLR4bKXqBNVea8mPQpH3yyZvZCI FqODnquIk61CqbbZ6Yyu5lGYFVoiOKkUZEwTj0ZsUqmVagSskKhU9FXi9LWw1lAN9Be8KqszFt+Qb GTE1LLCmOrsAyN6vVT7w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1noF3k-00H3ng-Lt; Tue, 10 May 2022 01:53:08 +0000 Received: from mo-csw1116.securemx.jp ([210.130.202.158] helo=mo-csw.securemx.jp) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1noF3h-00H3lG-Ff for linux-arm-kernel@lists.infradead.org; Tue, 10 May 2022 01:53:07 +0000 Received: by mo-csw.securemx.jp (mx-mo-csw1116) id 24A1qlOC028716; Tue, 10 May 2022 10:52:47 +0900 X-Iguazu-Qid: 2wGrARG6y18UYiX0Cd X-Iguazu-QSIG: v=2; s=0; t=1652147566; q=2wGrARG6y18UYiX0Cd; m=FzHKgqSlhrxTHuX5TvL1S9qWGcoIzJjyZhs3KJ6egbQ= Received: from imx12-a.toshiba.co.jp (imx12-a.toshiba.co.jp [61.202.160.135]) by relay.securemx.jp (mx-mr1111) id 24A1qise022842 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 10 May 2022 10:52:46 +0900 From: Nobuhiro Iwamatsu To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Rob Herring , Arnd Bergmann , Olof Johansson , yuji2.ishikawa@toshiba.co.jp, Nobuhiro Iwamatsu Subject: [PATCH 8/9] dt-bindings: watchdog: toshiba, visconti-wdt: Update the common clock properties Date: Tue, 10 May 2022 10:52:28 +0900 X-TSB-HOP2: ON Message-Id: <20220510015229.139818-9-nobuhiro1.iwamatsu@toshiba.co.jp> X-Mailer: git-send-email 2.36.0 In-Reply-To: <20220510015229.139818-1-nobuhiro1.iwamatsu@toshiba.co.jp> References: <20220510015229.139818-1-nobuhiro1.iwamatsu@toshiba.co.jp> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220509_185305_816628_2FB6B450 X-CRM114-Status: UNSURE ( 9.48 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The clock for this driver switched to the common clock controller driver. Therefore, update common clock properties for watchdog in the binding document. Signed-off-by: Nobuhiro Iwamatsu Acked-by: Rob Herring --- .../bindings/watchdog/toshiba,visconti-wdt.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml b/Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml index 690e19ce4b87..edfefb97b6b1 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 examples: - | + #include + soc { #address-cells = <2>; #size-cells = <2>; - wdt_clk: wdt-clk { - compatible = "fixed-clock"; - clock-frequency = <150000000>; - #clock-cells = <0>; - }; - watchdog@28330000 { compatible = "toshiba,visconti-wdt"; reg = <0 0x28330000 0 0x1000>; - clocks = <&wdt_clk>; + clocks = <&pismu TMPV770X_CLK_WDTCLK>; timeout-sec = <20>; }; };