From: Lee Jones Date: Thu, 31 Jan 2013 11:24:19 +0000 (+0000) Subject: ARM: ux500: Include the PRCMU's Secure Registers in DB8500's DT X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fa17f9f3ef818308c8a7ed537bd87bd504cfb1f7;p=linux.git 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 Signed-off-by: Linus Walleij --- diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 69140ba99f465..2ec1599a89a0c 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>;