summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts
diff options
context:
space:
mode:
authorFan Chen <fan.chen@mediatek.com>2015-08-28 02:11:59 (GMT)
committerMatthias Brugger <matthias.bgg@gmail.com>2015-11-20 12:42:29 (GMT)
commit05bdabe7ebc780e3cd9275f0f5795d337fa5acca (patch)
tree1a51f53979940f7b63e74869939416685507f2c8 /arch/arm64/boot/dts
parent61aee93425149e2288c4ab1466847093af678de6 (diff)
downloadlinux-05bdabe7ebc780e3cd9275f0f5795d337fa5acca.tar.xz
arm64: dts: mediatek: mt8173 PSCI-1.0 support
This patch adds psci comatible properties to support all mandatory functions of PSCI-1.0, PSCI-0.2 and PSCI-0.1, and system suspend can be supported in PSCI-1.0. Signed-off-by: Fan Chen <fan.chen@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r--arch/arm64/boot/dts/mediatek/mt8173.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
index ed0047a..b83f06b 100644
--- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
@@ -95,7 +95,7 @@
};
psci {
- compatible = "arm,psci";
+ compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci";
method = "smc";
cpu_suspend = <0x84000001>;
cpu_off = <0x84000002>;