mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ARM: dts: rk312x: dmc disable 200M freq
DDR Dvfs tress test failed, disable 200M freq to test OK. so disabled temporary. Signed-off-by: Lin Jianhua <linjh@rock-chips.com> Change-Id: I2f41b1f9c8bfbb33b399a49bbc6a730b87ce9b3d
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
system-status-freq = <
|
||||
/*system status freq(KHz)*/
|
||||
SYS_STATUS_NORMAL 456000
|
||||
SYS_STATUS_SUSPEND 456000
|
||||
SYS_STATUS_SUSPEND 300000
|
||||
SYS_STATUS_REBOOT 456000
|
||||
>;
|
||||
auto-min-freq = <456000>;
|
||||
@@ -248,6 +248,7 @@
|
||||
opp-200000000 {
|
||||
opp-hz = /bits/ 64 <200000000>;
|
||||
opp-microvolt = <1025000>;
|
||||
status = "disabled";
|
||||
};
|
||||
opp-300000000 {
|
||||
opp-hz = /bits/ 64 <300000000>;
|
||||
|
||||
Reference in New Issue
Block a user