summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ccu8540.dts
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-04-24 08:15:20 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2013-05-27 12:07:13 (GMT)
commit54ddca4dee4b711e4defa02760e2f68beae9c9c1 (patch)
tree99312af16c87547deffed98ce73220fdc4ef48e3 /arch/arm/boot/dts/ccu8540.dts
parentc70b4a93326384f5e5d393c3bdae6e22b428fb3a (diff)
downloadlinux-fsl-qoriq-54ddca4dee4b711e4defa02760e2f68beae9c9c1.tar.xz
ARM: ux500: Over-ride TCDM size when booting the DB8540 platform
The PRCMU's Tightly Coupled Data Memory on the DB8540 platform is 8kB larger than it's predecessor's. We need to reflect that in its Device Tree. By re-specifying the address and size of the device we effectively over-ride the previous values with more accurate ones. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ccu8540.dts')
-rw-r--r--arch/arm/boot/dts/ccu8540.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ccu8540.dts b/arch/arm/boot/dts/ccu8540.dts
index feb4f8e..18daa01 100644
--- a/arch/arm/boot/dts/ccu8540.dts
+++ b/arch/arm/boot/dts/ccu8540.dts
@@ -21,6 +21,11 @@
};
soc {
+ prcmu@80157000 {
+ reg = <0x80157000 0x2000>, <0x801b0000 0x8000>, <0x801b8000 0x3000>;
+ reg-names = "prcmu", "prcmu-tcpm-per4", "prcmu-tcdm-per4";
+ };
+
uart@80120000 {
status = "okay";
};