aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2014-03-03 16:29:47 +0000
committerAlex Shi <alex.shi@linaro.org>2014-07-16 12:16:51 +0800
commit11afcddc417f23c61f36ab918a8d1b2b0df2e5ed (patch)
treec9df5550eef7bd119b91029dee12f2d899fc155b
parent5da7e9b80608c6348e745357ae51c63ff7d26313 (diff)
ARM: vexpress: Disable PSCI node in TC2 device-tree
The standard TC2 firmware doesn't support PSCI. Signed-off-by: Jon Medhurst <tixy@linaro.org> (cherry picked from commit da6baa2efbaf08915eea798487b23eaf2626aab7) Signed-off-by: Alex Shi <alex.shi@linaro.org>
-rw-r--r--arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
index 95770621dc37..df060c112a8f 100644
--- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
+++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
@@ -178,6 +178,9 @@
clock-output-names = "oscclk6a";
};
+/* PSCI requires support from firmware and is not present in the normal TC2
+ * distribution, so this node is commented out by default...
+
psci {
compatible = "arm,psci";
method = "smc";
@@ -186,6 +189,7 @@
cpu_on = <0x80100003>;
migrate = <0x80100004>;
};
+*/
dcc {
compatible = "arm,vexpress,config-bus";