[RFC PATCH 2/2] ARM: at91/dt: sama5d2_xplained: add pmc_fast_restart node

From: Wenyou Yang
Date: Thu Oct 29 2015 - 02:02:15 EST


Add pmc_fast_restart node as a pmc child node.

Signed-off-by: Wenyou Yang <wenyou.yang@xxxxxxxxx>
---

arch/arm/boot/dts/at91-sama5d2_xplained.dts | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
index e8d63afd..711d82f 100644
--- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
@@ -91,6 +91,14 @@
};

apb {
+ pmc: pmc@f0014000 {
+ pmc_fast_restart {
+ compatible = "atmel,sama5d2-pmc-fast-startup";
+ atmel,fast-startup-wake-up;
+ atmel,fast-startup-rtc-alarm;
+ };
+ };
+
spi0: spi@f8000000 {
status = "okay";

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/