devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mediatek: Add #reset-cells to mt8186 sys-clock controller
@ 2022-07-15 11:00 Allen-KH Cheng
  2022-07-20 21:39 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Allen-KH Cheng @ 2022-07-15 11:00 UTC (permalink / raw)
  To: Matthias Brugger, Rob Herring, Krzysztof Kozlowski
  Cc: Project_Global_Chrome_Upstream_Group, devicetree,
	linux-arm-kernel, linux-kernel, linux-mediatek, Chen-Yu Tsai,
	hsinyi, Allen-KH Cheng

MediaTek system clock controller includes reset controller and needs
to specify the #reset-cells property.

Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
---
 .../bindings/arm/mediatek/mediatek,mt8186-sys-clock.yaml      | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt8186-sys-clock.yaml b/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt8186-sys-clock.yaml
index 0886e2e335bb..e6bdc79f058b 100644
--- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt8186-sys-clock.yaml
+++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt8186-sys-clock.yaml
@@ -39,6 +39,9 @@ properties:
   '#clock-cells':
     const: 1
 
+  '#reset-cells':
+    const: 1
+
 required:
   - compatible
   - reg
@@ -51,4 +54,5 @@ examples:
         compatible = "mediatek,mt8186-topckgen", "syscon";
         reg = <0x10000000 0x1000>;
         #clock-cells = <1>;
+        #reset-cells = <1>;
     };
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: mediatek: Add #reset-cells to mt8186 sys-clock controller
  2022-07-15 11:00 [PATCH] dt-bindings: mediatek: Add #reset-cells to mt8186 sys-clock controller Allen-KH Cheng
@ 2022-07-20 21:39 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2022-07-20 21:39 UTC (permalink / raw)
  To: Allen-KH Cheng
  Cc: devicetree, linux-arm-kernel, linux-mediatek, Chen-Yu Tsai,
	Project_Global_Chrome_Upstream_Group, linux-kernel, hsinyi,
	Matthias Brugger, Rob Herring, Krzysztof Kozlowski

On Fri, 15 Jul 2022 19:00:21 +0800, Allen-KH Cheng wrote:
> MediaTek system clock controller includes reset controller and needs
> to specify the #reset-cells property.
> 
> Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
> ---
>  .../bindings/arm/mediatek/mediatek,mt8186-sys-clock.yaml      | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-20 21:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-15 11:00 [PATCH] dt-bindings: mediatek: Add #reset-cells to mt8186 sys-clock controller Allen-KH Cheng
2022-07-20 21:39 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).