Skip to content

Commit

Permalink
arm64: dts: mediatek: mt8173 PSCI-1.0 support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fan Chen authored and Matthias Brugger committed Nov 20, 2015
1 parent 61aee93 commit 05bdabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/mediatek/mt8173.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 05bdabe

Please sign in to comment.