aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-08-31 11:41:31 +0100
committerJon Medhurst <tixy@linaro.org>2012-09-05 14:54:18 +0100
commit264362bddcd9247802a0651e85e4e0cbb974b39b (patch)
tree8d7fce5c0d3a8b58a6b60765d14e6cf3dedb537c
parent6790ce492587d169dcc49ac79c4aa885a1232abf (diff)
ARM: dts: Add CCI device to RTSM big.LITTLE device-treestracking-tracking-armlt-rtsm-ll-20120915.0tracking-tracking-armlt-rtsm-ll-20120911.0
The CCI is simulated by the models and we may want the boot-wrapper to use device-tree to determine that it needs initialising. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--arch/arm/boot/dts/rtsm_ve-v2p-ca15x1-ca7x1.dts8
-rw-r--r--arch/arm/boot/dts/rtsm_ve-v2p-ca15x4-ca7x4.dts8
2 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/rtsm_ve-v2p-ca15x1-ca7x1.dts b/arch/arm/boot/dts/rtsm_ve-v2p-ca15x1-ca7x1.dts
index d1e3a3a1d0f2..0a7abdc29e8a 100644
--- a/arch/arm/boot/dts/rtsm_ve-v2p-ca15x1-ca7x1.dts
+++ b/arch/arm/boot/dts/rtsm_ve-v2p-ca15x1-ca7x1.dts
@@ -110,10 +110,10 @@
// reg = <0 0x7FFF0000 0 0x1000>;
// };
-// cci@2c090000 {
-// compatible = "arm,cci";
-// reg = <0 0x2c090000 0 0x8000>;
-// };
+ cci@2c090000 {
+ compatible = "arm,cci";
+ reg = <0 0x2c090000 0 0x8000>;
+ };
// memory-controller@2b0a0000 {
// compatible = "arm,pl341", "arm,primecell";
diff --git a/arch/arm/boot/dts/rtsm_ve-v2p-ca15x4-ca7x4.dts b/arch/arm/boot/dts/rtsm_ve-v2p-ca15x4-ca7x4.dts
index 95ecf28b53e8..438ca3472d07 100644
--- a/arch/arm/boot/dts/rtsm_ve-v2p-ca15x4-ca7x4.dts
+++ b/arch/arm/boot/dts/rtsm_ve-v2p-ca15x4-ca7x4.dts
@@ -188,10 +188,10 @@
// reg = <0 0x7FFF0000 0 0x1000>;
// };
-// cci@2c090000 {
-// compatible = "arm,cci";
-// reg = <0 0x2c090000 0 0x8000>;
-// };
+ cci@2c090000 {
+ compatible = "arm,cci";
+ reg = <0 0x2c090000 0 0x8000>;
+ };
// memory-controller@2b0a0000 {
// compatible = "arm,pl341", "arm,primecell";