mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ddr_rk32.c: fix ddr change freq deidle bug
This commit is contained in:
parent
da7a0f21ea
commit
dfdb9c2af8
|
|
@ -1611,7 +1611,7 @@ static void __sramfunc idle_port(void)
|
|||
pCRU_Reg->CRU_CLKGATE_CON[i]= (clk_gate[i] | 0xffff0000);
|
||||
}
|
||||
|
||||
static void __sramfunc deidle_port(void)
|
||||
static void inline deidle_port(void)
|
||||
{
|
||||
register int i,j;
|
||||
uint32 clk_gate[19];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user