aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-05-28 04:50:49 -0400
committerArnd Bergmann <arnd@arndb.de>2012-05-31 20:04:14 -0400
commitccf74f7677ff1cd0044b24335a968bf9e95990eb (patch)
tree02075c7d7c6a415181afb2e432eff9f1cd963415 /arch/arm/boot
parentdee42ebe45321aa5852d47bde520564e715cf321 (diff)
ARM: ux500: PRCMU related configuration and layout corrections for Device Tree
Apply db8500 related PRCMU Device Tree settings and clean up some formatting errors. We also remove one of the PRCMU assigned IRQs, as it is currently not used. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/db8500.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi
index 881bc3987844..7be77dffc6d0 100644
--- a/arch/arm/boot/dts/db8500.dtsi
+++ b/arch/arm/boot/dts/db8500.dtsi
@@ -169,12 +169,12 @@
169 prcmu@80157000 { 169 prcmu@80157000 {
170 compatible = "stericsson,db8500-prcmu"; 170 compatible = "stericsson,db8500-prcmu";
171 reg = <0x80157000 0x1000>; 171 reg = <0x80157000 0x1000>;
172 interrupts = <46 47>; 172 interrupts = <0 47 0x4>;
173 #address-cells = <1>; 173 #address-cells = <1>;
174 #size-cells = <1>; 174 #size-cells = <1>;
175 ranges; 175 ranges;
176 176
177 prcmu-timer-4@80157450 { 177 prcmu-timer-4@80157450 {
178 compatible = "stericsson,db8500-prcmu-timer-4"; 178 compatible = "stericsson,db8500-prcmu-timer-4";
179 reg = <0x80157450 0xC>; 179 reg = <0x80157450 0xC>;
180 }; 180 };