All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: ls1043a: add a rcpm node
@ 2016-08-01  9:49 ` Chenhui Zhao
  0 siblings, 0 replies; 21+ messages in thread
From: Chenhui Zhao @ 2016-08-01  9:49 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, linux-kernel
  Cc: jason.jin, z.chenhui, Chenhui Zhao

LS1043A have a RCPM module (Run Control and Power Management), which
performs all device-level tasks associated with power management.

Signed-off-by: Chenhui Zhao <chenhui.zhao@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
index de0323b..43944b7 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
@@ -196,6 +196,12 @@
 			bus-width = <4>;
 		};
 
+		rcpm: rcpm@1ee2000 {
+			compatible = "fsl,ls1043a-rcpm", "fsl,qoriq-rcpm-2.1";
+			reg = <0x0 0x1ee2000 0x0 0x1000>;
+			fsl,#rcpm-wakeup-cells = <1>;
+		};
+
 		dspi0: dspi@2100000 {
 			compatible = "fsl,ls1043a-dspi", "fsl,ls1021a-v1.0-dspi";
 			#address-cells = <1>;
-- 
1.9.1

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

end of thread, other threads:[~2016-08-03  4:33 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-01  9:49 [PATCH 1/2] ARM: dts: ls1043a: add a rcpm node Chenhui Zhao
2016-08-01  9:49 ` Chenhui Zhao
2016-08-01  9:49 ` Chenhui Zhao
2016-08-01  9:49 ` [PATCH 2/2] soc: nxp: Add a RCPM driver Chenhui Zhao
2016-08-01  9:49   ` Chenhui Zhao
2016-08-01  9:49   ` Chenhui Zhao
2016-08-01 12:25   ` Arnd Bergmann
2016-08-01 12:25     ` Arnd Bergmann
2016-08-01 12:25     ` Arnd Bergmann
2016-08-01 12:55     ` Marc Zyngier
2016-08-01 12:55       ` Marc Zyngier
2016-08-01 12:55       ` Marc Zyngier
2016-08-03  3:42     ` Chenhui Zhao
2016-08-03  3:42       ` Chenhui Zhao
2016-08-03  3:42       ` Chenhui Zhao
2016-08-01 13:22   ` Marc Zyngier
2016-08-01 13:22     ` Marc Zyngier
2016-08-01 13:22     ` Marc Zyngier
2016-08-03  3:28     ` Chenhui Zhao
2016-08-03  3:28       ` Chenhui Zhao
2016-08-03  3:28       ` Chenhui Zhao

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.