linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4,1/2] arm64: dts: mt8183: Add reset-cells in infracfg
@ 2019-07-25  8:20 Yong Liang
  2019-07-25  8:20 ` [PATCH v4,2/2] clk: reset: Modify reset-controller driver Yong Liang
  0 siblings, 1 reply; 3+ messages in thread
From: Yong Liang @ 2019-07-25  8:20 UTC (permalink / raw)
  To: mturquette, sboyd, matthias.bgg, robh+dt, mark.rutland, drinkcat,
	weiyi.lu, jamesjj.liao, jasu, owen.chen, chunhui.dai, erin.lo,
	eddie.huang
  Cc: yong.liang, linux-mediatek, linux-clk, linux-arm-kernel

From: "yong.liang" <yong.liang@mediatek.com>

Include mt8183-reset.h and add reset-cells in infracfg in
dtsi file.

Signed-off-by: yong.liang <yong.liang@mediatek.com>
---
 arch/arm64/boot/dts/mediatek/mt8183.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index 08274bfcebd8..2589e9461c6e 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -8,6 +8,7 @@
 #include <dt-bindings/clock/mt8183-clk.h>
 #include <dt-bindings/interrupt-controller/arm-gic.h>
 #include <dt-bindings/interrupt-controller/irq.h>
+#include <dt-bindings/reset-controller/mt8183-resets.h>
 
 / {
 	compatible = "mediatek,mt8183";
@@ -194,6 +195,7 @@
 			compatible = "mediatek,mt8183-infracfg", "syscon";
 			reg = <0 0x10001000 0 0x1000>;
 			#clock-cells = <1>;
+			#reset-cells = <1>;
 		};
 
 		apmixedsys: syscon@1000c000 {
-- 
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] 3+ messages in thread

end of thread, other threads:[~2019-07-25 21:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-25  8:20 [PATCH v4,1/2] arm64: dts: mt8183: Add reset-cells in infracfg Yong Liang
2019-07-25  8:20 ` [PATCH v4,2/2] clk: reset: Modify reset-controller driver Yong Liang
2019-07-25 21:11   ` Stephen Boyd

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).