Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1352547

[PATCH v4 5/5] ARM: at91/dt: sama5d2_xplained: add fast_restart node

From Wenyou Yang <wenyou.yang@atmel.com>
Newsgroups linux.kernel
Subject [PATCH v4 5/5] ARM: at91/dt: sama5d2_xplained: add fast_restart node
Date 2016-03-08 03:00 +0100
Message-ID <raf6h-2wB-3@gated-at.bofh.it> (permalink)
References <raeWC-2tf-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add fast_restart node as a pmc's child node to support fast startup
signal configuration.

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

Changes in v4:
 - add fast_restart node to the DT file.

Changes in v3: None
Changes in v2: None

 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 21c780f..45a78a7 100644
--- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
@@ -110,6 +110,14 @@
 		};
 
 		apb {
+			pmc: pmc@f0014000 {
+				pmc_fast_restart {
+					compatible = "atmel,sama5d2-pmc-fast-startup";
+					atmel,wkup-trigger;
+					atmel,rtc-alarm-trigger;
+				};
+			};
+
 			spi0: spi@f8000000 {
 				pinctrl-names = "default";
 				pinctrl-0 = <&pinctrl_spi0_default>;
-- 
1.7.9.5

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/5] ARM: at91: pm: add ULP1 mode support Wenyou Yang <wenyou.yang@atmel.com> - 2016-03-08 02:50 +0100
  [PATCH v4 1/5] ARM: at91: pm: create a separate procedure for the ULP0 mode Wenyou Yang <wenyou.yang@atmel.com> - 2016-03-08 02:50 +0100
  [PATCH v4 2/5] ARM: at91: pm: add ULP1 mode support Wenyou Yang <wenyou.yang@atmel.com> - 2016-03-08 02:50 +0100
  [PATCH v4 5/5] ARM: at91/dt: sama5d2_xplained: add fast_restart node Wenyou Yang <wenyou.yang@atmel.com> - 2016-03-08 03:00 +0100
  [PATCH v4 4/5] Documentation: atmel-pmc: add DT bindings for fast startup Wenyou Yang <wenyou.yang@atmel.com> - 2016-03-08 03:00 +0100

csiph-web