]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: amlogic: Enable Reset Controller on Meson8b platforms
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 30 May 2016 13:27:18 +0000 (15:27 +0200)
committerKevin Hilman <khilman@baylibre.com>
Tue, 14 Jun 2016 20:36:56 +0000 (13:36 -0700)
Update DTSI file to add the reset controller node.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/meson8b.dtsi

index 2bfe401a4da9181a8e029b9a073609ea5856c7fc..fc4080de4b7bcadd6a73579ce4306d0ee9270d28 100644 (file)
@@ -46,6 +46,7 @@
 
 #include <dt-bindings/clock/meson8b-clkc.h>
 #include <dt-bindings/gpio/meson8b-gpio.h>
+#include <dt-bindings/reset/amlogic,meson8b-reset.h>
 #include "skeleton.dtsi"
 
 / {
@@ -105,6 +106,12 @@ gic: interrupt-controller@c4301000 {
                        #interrupt-cells = <3>;
                };
 
+               reset: reset-controller@c1104404 {
+                       compatible = "amlogic,meson8b-reset";
+                       reg = <0xc1104404 0x20>;
+                       #reset-cells = <1>;
+               };
+
                wdt: watchdog@c1109900 {
                        compatible = "amlogic,meson8b-wdt";
                        reg = <0xc1109900 0x8>;