All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch] ARM: dts: keystone: add device state control syscon entry
@ 2014-05-21 14:16 ` Ivan Khoronzhuk
  0 siblings, 0 replies; 6+ messages in thread
From: Ivan Khoronzhuk @ 2014-05-21 14:16 UTC (permalink / raw)
  To: linux-arm-kernel

Device state control registers has register regions with different
purposes so add syscon entry in order to be able to correctly access
them from appropriate places.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
---

Based on linux-next/master

 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 5e67c5b..8b899ba 100644
--- a/arch/arm/boot/dts/keystone.dtsi
+++ b/arch/arm/boot/dts/keystone.dtsi
@@ -71,6 +71,11 @@
 			reg = <0x2310000 0x200>;
 		};
 
+		devctrl: device_state_control {
+			compatible = "ti,keystone-devctrl", "syscon";
+			reg = <0x2620000 0x1000>;
+		};
+
 		rstctrl: reset-controller {
 			compatible = "ti,keystone-reset";
 			reg = <0x023100e8 4>;	/* pll reset control reg */
-- 
1.8.3.2

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

end of thread, other threads:[~2014-05-21 14:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 14:16 [Patch] ARM: dts: keystone: add device state control syscon entry Ivan Khoronzhuk
2014-05-21 14:16 ` Ivan Khoronzhuk
2014-05-21 14:16 ` Ivan Khoronzhuk
2014-05-21 14:56 ` Ivan Khoronzhuk
2014-05-21 14:56   ` Ivan Khoronzhuk
2014-05-21 14:56   ` Ivan Khoronzhuk

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.