Skip to content

Commit

Permalink
ARM: ux500: Include the PRCMU's Secure Registers in DB8500's DT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lee Jones authored and Linus Walleij committed Mar 1, 2013
1 parent 7cf261d commit fa17f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/dbx5x0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit fa17f9f

Please sign in to comment.