arm64: dts: rk3399: add a opp-suspend property for cpu opp table

The opp who contains a opp-suspend property will be configured
during suspend or reboot.

Change-Id: I6b2eede43216435f568db6959127a6e84c8cd4c8
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2016-11-30 11:43:26 +08:00
committed by Jianqun Xu
parent 4cd5da2e76
commit 38ae16b5cb

View File

@@ -20,6 +20,7 @@
opp02 {
opp-hz = /bits/ 64 <816000000>;
opp-microvolt = <850000>;
opp-suspend;
};
opp03 {
opp-hz = /bits/ 64 <1008000000>;
@@ -51,6 +52,7 @@
opp02 {
opp-hz = /bits/ 64 <816000000>;
opp-microvolt = <825000>;
opp-suspend;
};
opp03 {
opp-hz = /bits/ 64 <1008000000>;