mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user