imx: add the i.MX8M reset controller node
authorPatrick Wildt <patrick@blueri.se>
Thu, 3 Oct 2019 14:12:57 +0000 (16:12 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:36:36 +0000 (16:36 +0200)
This patch adds the reset controller node to the i.MX8MQ SoC
device tree.

Signed-off-by: Patrick Wildt <patrick@blueri.se>
arch/arm/dts/fsl-imx8mq.dtsi

index fbf5009886526a83eb809ae2d8c9254532c014c5..d0206c9dbe5f52d6d77d040b5264602424cc7d1a 100644 (file)
@@ -19,6 +19,7 @@
 #include <dt-bindings/input/input.h>
 #include <dt-bindings/interrupt-controller/arm-gic.h>
 #include <dt-bindings/pinctrl/pins-imx8mq.h>
+#include <dt-bindings/reset/imx8mq-reset.h>
 #include <dt-bindings/power/imx8mq-power.h>
 #include <dt-bindings/thermal/thermal.h>
 
                #clock-cells = <1>;
        };
 
+       src: reset-controller@30390000 {
+               compatible = "fsl,imx8mq-src", "syscon";
+               reg = <0x0 0x30390000 0x0 0x10000>;
+               #reset-cells = <1>;
+       };
+
        gpc: gpc@303a0000 {
                compatible = "fsl,imx8mq-gpc", "fsl,imx7d-gpc", "syscon";
                reg = <0x0 0x303a0000 0x0 0x10000>;