public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: Added syscon-reboot node for FSL's LS2085A SoC
@ 2015-10-24  1:31 J. German Rivera
  2015-10-27 16:31 ` Stuart Yoder
       [not found] ` <1445650280-9966-1-git-send-email-German.Rivera-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
  0 siblings, 2 replies; 7+ messages in thread
From: J. German Rivera @ 2015-10-24  1:31 UTC (permalink / raw)
  To: robh+dt, mark.rutland, devicetree, linux-arm-kernel, linux-kernel
  Cc: bhupesh.sharma, stuart.yoder, leoli, J. German Rivera

Added sys-reboot node to the FSL's LS2085A SoC DT to leverage
the ARM-generic reboot mechanism for this SoC. This mechanism
is enabled through CONFIG_POWER_RESET_SYSCON.

Signed-off-by: J. German Rivera <German.Rivera@freescale.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi
index e281ceb..6f82163 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi
@@ -131,6 +131,18 @@
 		interrupts = <1 9 0x4>;
 	};
 
+	rst_ccsr: rstccsr@1E60000 {
+	        compatible = "syscon";
+		reg = <0x0 0x1E60000 0x0 0x10000>;
+	};
+
+	reboot@65024000 {
+		compatible ="syscon-reboot";
+		regmap = <&rst_ccsr>;
+		offset = <0x0>;
+		mask = <0x2>;
+	};
+
 	timer {
 		compatible = "arm,armv8-timer";
 		interrupts = <1 13 0x8>, /* Physical Secure PPI, active-low */
-- 
2.3.3

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

end of thread, other threads:[~2015-10-30 16:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-24  1:31 [PATCH] arm64: dts: Added syscon-reboot node for FSL's LS2085A SoC J. German Rivera
2015-10-27 16:31 ` Stuart Yoder
     [not found] ` <1445650280-9966-1-git-send-email-German.Rivera-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-10-27 16:34   ` Mark Rutland
2015-10-27 18:25     ` Stuart Yoder
     [not found]       ` <CY1PR0301MB07480A8EC25BB6987883AE5687220-YrwGdl+PljkyhdUd3pz1uJwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2015-10-30 13:36         ` Arnd Bergmann
2015-10-30 16:15           ` Stuart Yoder
2015-10-30 14:32         ` Mark Rutland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox