summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/uniphier-pro5.dtsi
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-29 03:27:42 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-30 21:13:13 +0900
commit3bdba5ac181a2e9eb76bb7673bb11ab5b9783f63 (patch)
treec9b6a0e7f1be7670c7dc5694bbfbaf2a7e8ac12c /arch/arm/boot/dts/uniphier-pro5.dtsi
parent77896e4d05af6a9330c5410a4d45cc72fd030f1c (diff)
ARM: dts: uniphier: switch over to PSCI
Use PSCI for enable-method instead of SoC specific implementation. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-pro5.dtsi')
-rw-r--r--arch/arm/boot/dts/uniphier-pro5.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-pro5.dtsi b/arch/arm/boot/dts/uniphier-pro5.dtsi
index 9f9fd8c89b72..ce8e549df94f 100644
--- a/arch/arm/boot/dts/uniphier-pro5.dtsi
+++ b/arch/arm/boot/dts/uniphier-pro5.dtsi
@@ -51,12 +51,12 @@
cpus {
#address-cells = <1>;
#size-cells = <0>;
- enable-method = "socionext,uniphier-smp";
cpu@0 {
device_type = "cpu";
compatible = "arm,cortex-a9";
reg = <0>;
+ enable-method = "psci";
next-level-cache = <&l2>;
};
@@ -64,6 +64,7 @@
device_type = "cpu";
compatible = "arm,cortex-a9";
reg = <1>;
+ enable-method = "psci";
next-level-cache = <&l2>;
};
};