arm64: dts: rockchip: rk3399: VDD_CENTER need fix to 0.9V

some frequency not fix VDD_CENTER to 0.9V, although these frequency not
enable, to prevent these frequency being enable, fix all VDD_CENTER to
0.9V

Change-Id: I711bf091962f1ca1508b2611bfcaf26e37e451fd
Signed-off-by: CanYang He <hcy@rock-chips.com>
This commit is contained in:
CanYang He
2019-03-26 10:35:26 +08:00
committed by Tao Huang
parent a62467b882
commit 6736d29307
3 changed files with 6 additions and 6 deletions

View File

@@ -139,12 +139,12 @@
opp-200000000 {
opp-hz = /bits/ 64 <200000000>;
opp-microvolt = <825000>;
opp-microvolt = <900000>;
status = "disabled";
};
opp-300000000 {
opp-hz = /bits/ 64 <300000000>;
opp-microvolt = <850000>;
opp-microvolt = <900000>;
status = "disabled";
};
opp-400000000 {

View File

@@ -284,12 +284,12 @@
opp-200000000 {
opp-hz = /bits/ 64 <200000000>;
opp-microvolt = <825000>;
opp-microvolt = <900000>;
status = "disabled";
};
opp-300000000 {
opp-hz = /bits/ 64 <300000000>;
opp-microvolt = <850000>;
opp-microvolt = <900000>;
status = "disabled";
};
opp-400000000 {

View File

@@ -235,12 +235,12 @@
opp-200000000 {
opp-hz = /bits/ 64 <200000000>;
opp-microvolt = <825000>;
opp-microvolt = <900000>;
status = "disabled";
};
opp-300000000 {
opp-hz = /bits/ 64 <300000000>;
opp-microvolt = <850000>;
opp-microvolt = <900000>;
status = "disabled";
};
opp-400000000 {