From mboxrd@z Thu Jan 1 00:00:00 1970 From: narmstrong@baylibre.com (Neil Armstrong) Date: Tue, 2 Jan 2018 13:43:25 +0100 Subject: [PATCH 2/3] ARM: dts: meson8: add the reset controller In-Reply-To: <20171226114345.23905-3-martin.blumenstingl@googlemail.com> References: <20171226114345.23905-1-martin.blumenstingl@googlemail.com> <20171226114345.23905-3-martin.blumenstingl@googlemail.com> Message-ID: <82a0db98-cc2a-fe10-bbeb-50642cee55dd@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On 26/12/2017 12:43, Martin Blumenstingl wrote: > Meson8 uses the same reset controller as Meson8b. Add the node along > with the #include for the reset lines to meson8.dtsi so we can use it > from there as well. > > Signed-off-by: Martin Blumenstingl > --- > arch/arm/boot/dts/meson8.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi > index ff619f2b3495..ad4cfbeaf706 100644 > --- a/arch/arm/boot/dts/meson8.dtsi > +++ b/arch/arm/boot/dts/meson8.dtsi > @@ -46,6 +46,7 @@ > #include > #include > #include > +#include > #include "meson.dtsi" > > / { > @@ -292,6 +293,12 @@ > reg = <0x8000 0x4>, <0x4000 0x460>; > }; > > + reset: reset-controller at 4404 { > + compatible = "amlogic,meson8b-reset"; > + reg = <0x4404 0x9c>; > + #reset-cells = <1>; > + }; > + > analog_top: analog-top at 81a8 { > compatible = "amlogic,meson8-analog-top", "syscon"; > reg = <0x81a8 0x14>; > Reviewed-by: Neil Armstrong