diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-07-12 14:52:00 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-20 15:03:25 -0700 |
commit | 3be9349f38c7dd7f108a71f640908a727101d2db (patch) | |
tree | 675e133fbc1b3999e8a7afdb40a964c53e733fc8 /arch/arm/boot/dts/ste-dbx5x0.dtsi | |
parent | 5b799840140495394c43749a88751396e3a56c00 (diff) | |
download | linux-3be9349f38c7dd7f108a71f640908a727101d2db.tar.gz linux-3be9349f38c7dd7f108a71f640908a727101d2db.tar.bz2 linux-3be9349f38c7dd7f108a71f640908a727101d2db.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/ste-dbx5x0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-dbx5x0.dtsi | 2 |
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 @@ }; prcmu: prcmu@80157000 { - compatible = "stericsson,db8500-prcmu"; + compatible = "stericsson,db8500-prcmu", "syscon"; reg = <0x80157000 0x2000>, <0x801b0000 0x8000>, <0x801b8000 0x1000>; reg-names = "prcmu", "prcmu-tcpm", "prcmu-tcdm"; interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>; |