Add reset controller to MT8135.dtsi.

Acked-by: Philipp Zabel <[email protected]>
Signed-off-by: Flora Fu <[email protected]>
---
 arch/arm/boot/dts/mt8135.dtsi | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/arch/arm/boot/dts/mt8135.dtsi b/arch/arm/boot/dts/mt8135.dtsi
index ec83e69..989e488 100644
--- a/arch/arm/boot/dts/mt8135.dtsi
+++ b/arch/arm/boot/dts/mt8135.dtsi
@@ -14,6 +14,7 @@
 
 #include <dt-bindings/interrupt-controller/irq.h>
 #include <dt-bindings/interrupt-controller/arm-gic.h>
+#include <dt-bindings/reset-controller/mt8135-resets.h>
 #include "skeleton64.dtsi"
 
 / {
@@ -100,6 +101,34 @@
                compatible = "simple-bus";
                ranges;
 
+               infracfg: syscon@10001000 {
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       compatible = "mediatek,mt8135-infracfg", "syscon";
+                       reg = <0 0x10001000 0 0x1000>;
+                       #clock-cells = <1>;
+
+                       infrarst: reset-controller@30 {
+                               #reset-cells = <1>;
+                               compatible = "mediatek,mt8135-infracfg-reset", 
"mediatek,reset";
+                               reg = <0x30 0x8>;
+                       };
+               };
+
+               pericfg: syscon@10003000 {
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       compatible = "mediatek,mt8135-pericfg", "syscon";
+                       reg = <0 0x10003000 0 0x1000>;
+                       #clock-cells = <1>;
+
+                       perirst: reset-controller@00 {
+                               #reset-cells = <1>;
+                               compatible = "mediatek,mt8135-pericfg-reset", 
"mediatek,reset";
+                               reg = <0x00 0x8>;
+                       };
+               };
+
                timer: timer@10008000 {
                        compatible = "mediatek,mt8135-timer",
                                        "mediatek,mt6577-timer";
-- 
1.8.1.1.dirty

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to