From: Martin Blumenstingl Date: Sun, 21 Jan 2018 22:14:12 +0000 (+0100) Subject: ARM: dts: meson8b: grow the reset controller memory zone X-Git-Tag: archive/raspbian/4.16.16-2+rpi1^2~72 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=25da17548d014098e248d55772e07472efa4bc6d;p=linux.git ARM: dts: meson8b: grow the reset controller memory zone 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 Signed-off-by: Martin Blumenstingl Reviewed-by: Neil Armstrong Signed-off-by: Kevin Hilman Gbp-Pq: Topic features/armhf/meson8 Gbp-Pq: Name 0001-ARM-dts-meson8b-grow-the-reset-controller-memory-zon.patch --- diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index 7cd03ed3742..4c1ac3a4435 100644 --- a/arch/arm/boot/dts/meson8b.dtsi +++ b/arch/arm/boot/dts/meson8b.dtsi @@ -152,7 +152,7 @@ reset: reset-controller@4404 { compatible = "amlogic,meson8b-reset"; - reg = <0x4404 0x20>; + reg = <0x4404 0x9c>; #reset-cells = <1>; };