summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/dbx5x0.dtsi
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-01-31 11:24:19 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2013-03-01 22:22:08 (GMT)
commitfa17f9f3ef818308c8a7ed537bd87bd504cfb1f7 (patch)
tree549f23f60b13af57539354c80cb26b208521822f /arch/arm/boot/dts/dbx5x0.dtsi
parent7cf261dd1efc593942db913c98851feadec9d73e (diff)
downloadlinux-fsl-qoriq-fa17f9f3ef818308c8a7ed537bd87bd504cfb1f7.tar.xz
ARM: ux500: Include the PRCMU's Secure Registers in DB8500's DT
Currently we only include the PRCMU's primary registers when referencing the register count in the 'reg' property. This patch expands that count to include the secure registers also. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/dbx5x0.dtsi')
-rw-r--r--arch/arm/boot/dts/dbx5x0.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi
index 69140ba..2ec1599 100644
--- a/arch/arm/boot/dts/dbx5x0.dtsi
+++ b/arch/arm/boot/dts/dbx5x0.dtsi
@@ -191,7 +191,7 @@
prcmu: prcmu@80157000 {
compatible = "stericsson,db8500-prcmu";
- reg = <0x80157000 0x1000>;
+ reg = <0x80157000 0x2000>;
reg-names = "prcmu";
interrupts = <0 47 0x4>;
#address-cells = <1>;