]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: ux500: Include the PRCMU's Secure Registers in DB8500's DT
authorLee Jones <lee.jones@linaro.org>
Thu, 31 Jan 2013 11:24:19 +0000 (11:24 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 1 Mar 2013 22:22:08 +0000 (23:22 +0100)
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>
arch/arm/boot/dts/dbx5x0.dtsi

index 69140ba99f465ea357980c84cc232924a69071c0..2ec1599a89a0cd350dc2f02b8f6ff0096a8c968a 100644 (file)
 
                prcmu: prcmu@80157000 {
                        compatible = "stericsson,db8500-prcmu";
-                       reg = <0x80157000 0x1000>;
+                       reg = <0x80157000 0x2000>;
                        reg-names = "prcmu";
                        interrupts = <0 47 0x4>;
                        #address-cells = <1>;