Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1440060

[PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node

From Neil Armstrong <narmstrong@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node
Date 2016-07-10 11:20 +0200
Message-ID <rTj45-76I-11@gated-at.bofh.it> (permalink)
References <rTj45-76I-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 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@98d0 {
+				compatible = "amlogic,meson-gxbb-wdt";
+				reg = <0x0 0x098d0 0x0 0x10>;
+				clocks = <&xtal>;
+			};
 		};
 
 		gic: interrupt-controller@c4301000 {
-- 
2.7.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node Neil Armstrong <narmstrong@baylibre.com> - 2016-07-10 11:20 +0200
  Re: [PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node Guenter Roeck <linux@roeck-us.net> - 2016-07-10 18:10 +0200
    Re: [PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node Kevin Hilman <khilman@baylibre.com> - 2016-07-12 06:20 +0200

csiph-web