arm: dts: rockchip: Change cpu opp-microvolt form one entry to three

Single entry is for target voltage and three entries are for
<target min max> voltages. Change cpu opp-microvolt form one entry to
three entries and set maximum acceptable voltage to a high value so that
regulator device can supply multiple consumers at the same time.

Fixes: 16e9353f89 ("arm: dts: rockchip: Change cpu opp-microvolt form one entry to three")

Change-Id: I96e5f87f2945e63e8f4a073fa0292f001830b13c
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2018-04-27 11:57:55 +08:00
committed by Tao Huang
parent f60efb2e82
commit 262535cf9a
2 changed files with 9 additions and 9 deletions

View File

@@ -59,28 +59,28 @@
opp-408000000 {
opp-hz = /bits/ 64 <408000000>;
opp-microvolt = <1000000>;
opp-microvolt = <1000000 1000000 1225000>;
clock-latency-ns = <40000>;
};
opp-600000000 {
opp-hz = /bits/ 64 <600000000>;
opp-microvolt = <1000000>;
opp-microvolt = <1000000 1000000 1225000>;
clock-latency-ns = <40000>;
};
opp-816000000 {
opp-hz = /bits/ 64 <816000000>;
opp-microvolt = <1100000>;
opp-microvolt = <1100000 1100000 1225000>;
clock-latency-ns = <40000>;
opp-suspend;
};
opp-1008000000 {
opp-hz = /bits/ 64 <1008000000>;
opp-microvolt = <1150000>;
opp-microvolt = <1150000 1150000 1225000>;
clock-latency-ns = <40000>;
};
opp-1200000000 {
opp-hz = /bits/ 64 <1200000000>;
opp-microvolt = <1225000>;
opp-microvolt = <1225000 1225000 1225000>;
clock-latency-ns = <40000>;
};
};

View File

@@ -40,25 +40,25 @@
opp-312000000 {
opp-hz = /bits/ 64 <312000000>;
opp-microvolt = <1075000>;
opp-microvolt = <1075000 1075000 1125000>;
clock-latency-ns = <40000>;
status = "disabled";
};
opp-504000000 {
opp-hz = /bits/ 64 <504000000>;
opp-microvolt = <1100000>;
opp-microvolt = <1100000 1100000 1125000>;
clock-latency-ns = <40000>;
status = "disabled";
};
opp-816000000 {
opp-hz = /bits/ 64 <816000000>;
opp-microvolt = <1125000>;
opp-microvolt = <1125000 1125000 1125000>;
clock-latency-ns = <40000>;
status = "disabled";
};
opp-1008000000 {
opp-hz = /bits/ 64 <1008000000>;
opp-microvolt = <1125000>;
opp-microvolt = <1125000 1125000 1125000>;
clock-latency-ns = <40000>;
status = "disabled";
};