All of lore.kernel.org
 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
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

* [PATCH] dt-bindings: mediatek: Add #reset-cells to mt8186 sys-clock controller
@ 2022-07-15 11:00 ` Allen-KH Cheng
  0 siblings, 0 replies; 6+ 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [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
  -1 siblings, 0 replies; 6+ 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] 6+ messages in thread

* Re: [PATCH] dt-bindings: mediatek: Add #reset-cells to mt8186 sys-clock controller
@ 2022-07-20 21:39   ` Rob Herring
  0 siblings, 0 replies; 6+ 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>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] dt-bindings: mediatek: Add #reset-cells to mt8186 sys-clock controller
  2022-07-20 21:39   ` Rob Herring
@ 2022-07-22 14:21     ` allen-kh.cheng
  -1 siblings, 0 replies; 6+ messages in thread
From: allen-kh.cheng @ 2022-07-22 14:21 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, linux-arm-kernel, linux-mediatek, Chen-Yu Tsai,
	Project_Global_Chrome_Upstream_Group, linux-kernel, hsinyi,
	Matthias Brugger, Rob Herring, Krzysztof Kozlowski

Hi Rob,

Thanks for your review.

I find #reset-cells had been added into dt-bindings.

Please ignore this PATCH.

Best regards,
Allen

On Wed, 2022-07-20 at 15:39 -0600, Rob Herring wrote:
> 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] 6+ messages in thread

* Re: [PATCH] dt-bindings: mediatek: Add #reset-cells to mt8186 sys-clock controller
@ 2022-07-22 14:21     ` allen-kh.cheng
  0 siblings, 0 replies; 6+ messages in thread
From: allen-kh.cheng @ 2022-07-22 14:21 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, linux-arm-kernel, linux-mediatek, Chen-Yu Tsai,
	Project_Global_Chrome_Upstream_Group, linux-kernel, hsinyi,
	Matthias Brugger, Rob Herring, Krzysztof Kozlowski

Hi Rob,

Thanks for your review.

I find #reset-cells had been added into dt-bindings.

Please ignore this PATCH.

Best regards,
Allen

On Wed, 2022-07-20 at 15:39 -0600, Rob Herring wrote:
> 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>


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-07-22 14:33 UTC | newest]

Thread overview: 6+ 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-15 11:00 ` Allen-KH Cheng
2022-07-20 21:39 ` Rob Herring
2022-07-20 21:39   ` Rob Herring
2022-07-22 14:21   ` allen-kh.cheng
2022-07-22 14:21     ` allen-kh.cheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.