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


Groups > linux.kernel > #1557049

[PATCH v2 2/5] ARM: dts: keystone: Add PSC node

From Suman Anna <s-anna@ti.com>
Newsgroups linux.kernel
Subject [PATCH v2 2/5] ARM: dts: keystone: Add PSC node
Date 2017-01-12 02:50 +0100
Message-ID <sYCGC-66I-7@gated-at.bofh.it> (permalink)
References <sYCGB-66I-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The Power Sleep Controller (PSC) module is responsible
for the power and clock management for each of the peripherals
present on the SoC. Represent this as a syscon node so that
multiple users can leverage it for various functionalities.

Signed-off-by: Suman Anna <s-anna@ti.com>
[afd@ti.com: add simple-mfd compatible]
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
---
v2: No changes

 arch/arm/boot/dts/keystone.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
index 02708ba2d4f4..ec203d0a673d 100644
--- a/arch/arm/boot/dts/keystone.dtsi
+++ b/arch/arm/boot/dts/keystone.dtsi
@@ -83,6 +83,11 @@
 			reg = <0x02310000 0x200>;
 		};
 
+		psc: power-sleep-controller@02350000 {
+			compatible = "syscon", "simple-mfd";
+			reg = <0x02350000 0x1000>;
+		};
+
 		devctrl: device-state-control@02620000 {
 			compatible = "ti,keystone-devctrl", "syscon";
 			reg = <0x02620000 0x1000>;
-- 
2.10.2

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


Thread

[PATCH v2 0/5] Reset Controller Nodes for TI Keystone platforms Suman Anna <s-anna@ti.com> - 2017-01-12 02:50 +0100
  [PATCH v2 2/5] ARM: dts: keystone: Add PSC node Suman Anna <s-anna@ti.com> - 2017-01-12 02:50 +0100
  [PATCH v2 4/5] ARM: dts: keystone-k2l: Add PSC reset controller node Suman Anna <s-anna@ti.com> - 2017-01-12 02:50 +0100
  [PATCH v2 3/5] ARM: dts: keystone-k2hk: Add PSC reset controller node Suman Anna <s-anna@ti.com> - 2017-01-12 03:00 +0100
  [PATCH v2 5/5] ARM: dts: keystone-k2e: Add PSC reset controller node Suman Anna <s-anna@ti.com> - 2017-01-12 03:00 +0100
  [PATCH v2 1/5] ARM: Keystone: Enable ARCH_HAS_RESET_CONTROLLER Suman Anna <s-anna@ti.com> - 2017-01-12 03:00 +0100
  Re: [PATCH v2 0/5] Reset Controller Nodes for TI Keystone platforms "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com> - 2017-01-12 03:30 +0100

csiph-web