Skip to content

Commit 26b6eb8

Browse files
finley1226rkhuangtao
authored andcommitted
arm64: dts: rockchip: rk3308: 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. Change-Id: I72e2efb9828432ee29773c8e1939a59062127ff7 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
1 parent b63f27b commit 26b6eb8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3308.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,28 +82,28 @@
8282

8383
opp-408000000 {
8484
opp-hz = /bits/ 64 <408000000>;
85-
opp-microvolt = <950000>;
85+
opp-microvolt = <950000 950000 1340000>;
8686
clock-latency-ns = <40000>;
8787
opp-suspend;
8888
};
8989
opp-600000000 {
9090
opp-hz = /bits/ 64 <600000000>;
91-
opp-microvolt = <950000>;
91+
opp-microvolt = <950000 950000 1340000>;
9292
clock-latency-ns = <40000>;
9393
};
9494
opp-816000000 {
9595
opp-hz = /bits/ 64 <816000000>;
96-
opp-microvolt = <1050000>;
96+
opp-microvolt = <1050000 1050000 1340000>;
9797
clock-latency-ns = <40000>;
9898
};
9999
opp-1008000000 {
100100
opp-hz = /bits/ 64 <1008000000>;
101-
opp-microvolt = <1100000>;
101+
opp-microvolt = <1100000 1100000 1340000>;
102102
clock-latency-ns = <40000>;
103103
};
104104
opp-1200000000 {
105105
opp-hz = /bits/ 64 <1200000000>;
106-
opp-microvolt = <1175000>;
106+
opp-microvolt = <1175000 1175000 1340000>;
107107
clock-latency-ns = <40000>;
108108
};
109109
};

0 commit comments

Comments
 (0)