aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2016-05-16 11:55:38 +0100
committerJon Medhurst <tixy@linaro.org>2016-05-16 11:55:38 +0100
commitaac5b1745630627256dcc270b7bbaa4f62bc7d90 (patch)
tree6e6ff239a349f94286419c1a4ee4c29c9b300ff7
parent7c99fb0479a5bf5f89fe2c78bc521f7daf31b5b8 (diff)
parentb023882c37456b9bc1bdc6588d37f8ef3ef09f20 (diff)
Merge branch 'lsk-3.18-armlt-fvp' into lsk-3.18-armltlsk-3.18-armlt-20160516
-rw-r--r--arch/arm64/boot/dts/arm/foundation-v8.dtsi17
1 files changed, 9 insertions, 8 deletions
diff --git a/arch/arm64/boot/dts/arm/foundation-v8.dtsi b/arch/arm64/boot/dts/arm/foundation-v8.dtsi
index 8f2c69c97b7e..514933cf7427 100644
--- a/arch/arm64/boot/dts/arm/foundation-v8.dtsi
+++ b/arch/arm64/boot/dts/arm/foundation-v8.dtsi
@@ -24,6 +24,11 @@
serial3 = &v2m_serial3;
};
+ psci {
+ compatible = "arm,psci-0.2";
+ method = "smc";
+ };
+
cpus {
#address-cells = <2>;
#size-cells = <0>;
@@ -32,32 +37,28 @@
device_type = "cpu";
compatible = "arm,armv8";
reg = <0x0 0x0>;
- enable-method = "spin-table";
- cpu-release-addr = <0x0 0x8000fff8>;
+ enable-method = "psci";
next-level-cache = <&L2_0>;
};
cpu@1 {
device_type = "cpu";
compatible = "arm,armv8";
reg = <0x0 0x1>;
- enable-method = "spin-table";
- cpu-release-addr = <0x0 0x8000fff8>;
+ enable-method = "psci";
next-level-cache = <&L2_0>;
};
cpu@2 {
device_type = "cpu";
compatible = "arm,armv8";
reg = <0x0 0x2>;
- enable-method = "spin-table";
- cpu-release-addr = <0x0 0x8000fff8>;
+ enable-method = "psci";
next-level-cache = <&L2_0>;
};
cpu@3 {
device_type = "cpu";
compatible = "arm,armv8";
reg = <0x0 0x3>;
- enable-method = "spin-table";
- cpu-release-addr = <0x0 0x8000fff8>;
+ enable-method = "psci";
next-level-cache = <&L2_0>;
};