linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] arm64: dts: meson-axg: Enable watchdog on Meson AXG SoCs
@ 2018-11-23 14:45 Carlo Caione
  2018-11-26 15:14 ` Neil Armstrong
  2018-12-04 22:56 ` Kevin Hilman
  0 siblings, 2 replies; 3+ messages in thread
From: Carlo Caione @ 2018-11-23 14:45 UTC (permalink / raw)
  To: linux-arm-kernel

Add the watchdog node also on the AXG platforms.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
---
V2:
 - Remove amlogic,meson-axg-wdt compatible
---
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
index df017dbd2e57..27d73d831a13 100644
--- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
@@ -1422,6 +1422,12 @@
 				status = "disabled";
 			};
 
+			watchdog at f0d0 {
+				compatible = "amlogic,meson-gxbb-wdt";
+				reg = <0x0 0xf0d0 0x0 0x10>;
+				clocks = <&xtal>;
+			};
+
 			pwm_ab: pwm at 1b000 {
 				compatible = "amlogic,meson-axg-ee-pwm";
 				reg = <0x0 0x1b000 0x0 0x20>;
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-04 22:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-23 14:45 [PATCH v2] arm64: dts: meson-axg: Enable watchdog on Meson AXG SoCs Carlo Caione
2018-11-26 15:14 ` Neil Armstrong
2018-12-04 22:56 ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).