All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx6: RDU2: add switch watchdog device
@ 2019-03-06 13:12 Lucas Stach
  2019-03-06 13:12 ` [PATCH 2/2] ARM: dts: imx6: RDU2: manage backlight from panel Lucas Stach
  2019-03-20 12:30 ` [PATCH 1/2] ARM: dts: imx6: RDU2: add switch watchdog device Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Lucas Stach @ 2019-03-06 13:12 UTC (permalink / raw)
  To: Shawn Guo; +Cc: Fabio Estevam, kernel, linux-arm-kernel, patchwork-lst

This adds the i2c device node for the ethernet switch watchdog.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
index 69942c7ff89d..7f920e0243ec 100644
--- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
@@ -528,6 +528,11 @@
 		};
 	};
 
+	watchdog@38 {
+		compatible = "zii,rave-wdt";
+		reg = <0x38>;
+	};
+
 	temp-sense@48 {
 		compatible = "national,lm75";
 		reg = <0x48>;
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-03-20 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-06 13:12 [PATCH 1/2] ARM: dts: imx6: RDU2: add switch watchdog device Lucas Stach
2019-03-06 13:12 ` [PATCH 2/2] ARM: dts: imx6: RDU2: manage backlight from panel Lucas Stach
2019-03-20 12:30 ` [PATCH 1/2] ARM: dts: imx6: RDU2: add switch watchdog device Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.