ARM64: dts: meson-gx: grow reset controller memory zone
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 20 Nov 2017 14:19:56 +0000 (15:19 +0100)
committerKevin Hilman <khilman@baylibre.com>
Wed, 6 Dec 2017 18:41:34 +0000 (10:41 -0800)
Now the Amlogic Meson GX SoCs datasheet documents all the Reset registers,
grow the memory in the node to allow usage of the level registers.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gx.dtsi

index 668d891b23a0fb8a88fedd58628e781242b0a6f5..7cdbf58a062f476faac6316542c946e271681cc1 100644 (file)
 
                        reset: reset-controller@4404 {
                                compatible = "amlogic,meson-gx-reset", "amlogic,meson-gxbb-reset";
-                               reg = <0x0 0x04404 0x0 0x20>;
+                               reg = <0x0 0x04404 0x0 0x9c>;
                                #reset-cells = <1>;
                        };