Commit a2730ed3 authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Kevin Hilman

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: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 7928b2cb
...@@ -152,7 +152,7 @@ clkc: clock-controller@4000 { ...@@ -152,7 +152,7 @@ clkc: clock-controller@4000 {
reset: reset-controller@4404 { reset: reset-controller@4404 {
compatible = "amlogic,meson8b-reset"; compatible = "amlogic,meson8b-reset";
reg = <0x4404 0x20>; reg = <0x4404 0x9c>;
#reset-cells = <1>; #reset-cells = <1>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment