All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: r8a77470: Add watchdog support to SoC dtsi
@ 2018-10-26  9:32 Biju Das
  2018-10-26  9:32 ` [PATCH 2/2] ARM: dts: iwg23s-sbc: Enable watchdog support Biju Das
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Biju Das @ 2018-10-26  9:32 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Biju Das, Simon Horman, Magnus Damm, linux-renesas-soc,
	devicetree, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro

This patch adds watchdog support to the r8a77470 SoC dtsi.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
This patch tested against renesas-dev
---
 arch/arm/boot/dts/r8a77470.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/r8a77470.dtsi b/arch/arm/boot/dts/r8a77470.dtsi
index e40f5a9..872ad3a 100644
--- a/arch/arm/boot/dts/r8a77470.dtsi
+++ b/arch/arm/boot/dts/r8a77470.dtsi
@@ -196,6 +196,16 @@
 			reg = <0 0xe6160000 0 0x100>;
 		};
 
+		rwdt: watchdog@e6020000 {
+			compatible = "renesas,r8a77470-wdt",
+				     "renesas,rcar-gen2-wdt";
+			reg = <0 0xe6020000 0 0x0c>;
+			clocks = <&cpg CPG_MOD 402>;
+			power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
+			resets = <&cpg 402>;
+			status = "disabled";
+		};
+
 		sysc: system-controller@e6180000 {
 			compatible = "renesas,r8a77470-sysc";
 			reg = <0 0xe6180000 0 0x200>;
-- 
2.7.4

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

end of thread, other threads:[~2018-11-06 12:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-26  9:32 [PATCH 1/2] ARM: dts: r8a77470: Add watchdog support to SoC dtsi Biju Das
2018-10-26  9:32 ` [PATCH 2/2] ARM: dts: iwg23s-sbc: Enable watchdog support Biju Das
2018-10-26  9:42   ` Fabrizio Castro
2018-10-26  9:42     ` Fabrizio Castro
2018-10-29 16:14     ` Simon Horman
2018-10-26  9:42 ` [PATCH 1/2] ARM: dts: r8a77470: Add watchdog support to SoC dtsi Fabrizio Castro
2018-10-26  9:42   ` Fabrizio Castro
2018-10-29 16:13   ` Simon Horman
2018-11-06 10:18 ` Geert Uytterhoeven
2018-11-06 12:25   ` Simon Horman

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.