[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1400681760-24351-1-git-send-email-ivan.khoronzhuk@ti.com>
Date: Wed, 21 May 2014 17:16:00 +0300
From: Ivan Khoronzhuk <ivan.khoronzhuk@...com>
To: <santosh.shilimkar@...com>
CC: <galak@...eaurora.org>, <linux@....linux.org.uk>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<robh+dt@...nel.org>, <linux-arm-kernel@...ts.infradead.org>,
<grygorii.strashko@...com>, <m-karicheri2@...com>,
Ivan Khoronzhuk <ivan.khoronzhuk@...com>
Subject: [Patch] ARM: dts: keystone: add device state control syscon entry
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@...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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists