Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1258583
| From | Wenyou Yang <wenyou.yang@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC PATCH 2/2] ARM: at91/dt: sama5d2_xplained: add pmc_fast_restart node |
| Date | 2015-10-29 07:10 +0100 |
| Message-ID | <qoOzo-4UN-7@gated-at.bofh.it> (permalink) |
| References | <qoOzo-4UN-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add pmc_fast_restart node as a pmc child node.
Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
---
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[RFC PATCH 0/2] ARM: at91/pm: init fast startup signal to the PMC Wenyou Yang <wenyou.yang@atmel.com> - 2015-10-29 07:10 +0100 [RFC PATCH 2/2] ARM: at91/dt: sama5d2_xplained: add pmc_fast_restart node Wenyou Yang <wenyou.yang@atmel.com> - 2015-10-29 07:10 +0100
csiph-web