From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@roeck-us.net (Guenter Roeck) Date: Sun, 10 Jul 2016 09:03:31 -0700 Subject: [PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node In-Reply-To: <1468141867-4172-4-git-send-email-narmstrong@baylibre.com> References: <1468141867-4172-1-git-send-email-narmstrong@baylibre.com> <1468141867-4172-4-git-send-email-narmstrong@baylibre.com> Message-ID: <578271D3.4080704@roeck-us.net> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On 07/10/2016 02:11 AM, Neil Armstrong wrote: > Signed-off-by: Neil Armstrong Reviewed-by: Guenter Roeck Would this go in through one of the arm trees ? Guenter > --- > arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi > index 832815d..bcca82f 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi > +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi > @@ -136,6 +136,12 @@ > clocks = <&xtal>; > status = "disabled"; > }; > + > + watchdog at 98d0 { > + compatible = "amlogic,meson-gxbb-wdt"; > + reg = <0x0 0x098d0 0x0 0x10>; > + clocks = <&xtal>; > + }; > }; > > gic: interrupt-controller at c4301000 { >