]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: meson8b: grow the reset controller memory zone
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 21 Jan 2018 22:14:12 +0000 (23:14 +0100)
committerKevin Hilman <khilman@baylibre.com>
Mon, 12 Feb 2018 22:13:36 +0000 (14:13 -0800)
The reset controller in the Meson8b SoCs also supports level resets.
These use the same defines (from
dt-bindings/reset/amlogic,meson8b-reset.h) as the reset pulses.

The reset-meson driver internally handles the difference if a consumer
requests a reset pulse or a level reset. However, for this to work we
must extend the memory zone of the reset controller.

Suggested-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/meson8b.dtsi

index 7cd03ed3742e71c953ace306316cd36c58cc6529..4c1ac3a4435777d45b92fc7cac0fb96d5a6eac38 100644 (file)
@@ -152,7 +152,7 @@ clkc: clock-controller@4000 {
 
        reset: reset-controller@4404 {
                compatible = "amlogic,meson8b-reset";
-               reg = <0x4404 0x20>;
+               reg = <0x4404 0x9c>;
                #reset-cells = <1>;
        };