aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-07-12 08:52:00 -0400
committerLinus Walleij <linus.walleij@linaro.org>2018-09-20 18:03:25 -0400
commit3be9349f38c7dd7f108a71f640908a727101d2db (patch)
tree675e133fbc1b3999e8a7afdb40a964c53e733fc8
parent5b799840140495394c43749a88751396e3a56c00 (diff)
ARM: dts: ux500: Mark PRCMU as syscon compatible
We need to distribute out the responsibilities of the PRCMU registers instead of having one big lump handling everything. By making it syscon compatible, we can start grabbing the register map elsewhere when needed. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--arch/arm/boot/dts/ste-dbx5x0.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi
index 48b3323265da..e6ed7c0354a2 100644
--- a/arch/arm/boot/dts/ste-dbx5x0.dtsi
+++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi
@@ -493,7 +493,7 @@
493 }; 493 };
494 494
495 prcmu: prcmu@80157000 { 495 prcmu: prcmu@80157000 {
496 compatible = "stericsson,db8500-prcmu"; 496 compatible = "stericsson,db8500-prcmu", "syscon";
497 reg = <0x80157000 0x2000>, <0x801b0000 0x8000>, <0x801b8000 0x1000>; 497 reg = <0x80157000 0x2000>, <0x801b0000 0x8000>, <0x801b8000 0x1000>;
498 reg-names = "prcmu", "prcmu-tcpm", "prcmu-tcdm"; 498 reg-names = "prcmu", "prcmu-tcpm", "prcmu-tcdm";
499 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>; 499 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;