mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
arm64: dts: rk3368: set higher voltage for gpu dvfs
As GPU share voltage domain with DDR and the minimum voltage of DDR 696MHz is 1100mV, GPU's voltage must be equal or greater than 1100mV. After add ddr frequency scaling support, we can change them again. Change-Id: I761931675265aac75425bf1cc9c7280a33f91e16 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -1153,15 +1153,15 @@
|
||||
|
||||
opp@200000000 {
|
||||
opp-hz = /bits/ 64 <200000000>;
|
||||
opp-microvolt = <950000>;
|
||||
opp-microvolt = <1100000>;
|
||||
};
|
||||
opp@288000000 {
|
||||
opp-hz = /bits/ 64 <288000000>;
|
||||
opp-microvolt = <1025000>;
|
||||
opp-microvolt = <1100000>;
|
||||
};
|
||||
opp@400000000 {
|
||||
opp-hz = /bits/ 64 <400000000>;
|
||||
opp-microvolt = <1050000>;
|
||||
opp-microvolt = <1100000>;
|
||||
};
|
||||
opp@576000000 {
|
||||
opp-hz = /bits/ 64 <576000000>;
|
||||
|
||||
Reference in New Issue
Block a user