mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
rk3066:fix early suspend DDR frequency from 100Mhz to 120Mhz
This commit is contained in:
@@ -101,7 +101,7 @@ static void ddr_early_suspend(struct early_suspend *h)
|
||||
//Enable auto self refresh 0x01*32 DDR clk cycle
|
||||
ddr_set_auto_self_refresh(true);
|
||||
|
||||
value = _ddr_change_freq(100);
|
||||
value = _ddr_change_freq(120);
|
||||
|
||||
ddr_print("init success!!! freq=%dMHz\n", value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user