mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
DDR3 ODT resume to 120ohm
This commit is contained in:
@@ -1318,7 +1318,7 @@ static __sramfunc void ddr_adjust_config(uint32_t dram_type)
|
||||
//adjust DRV and ODT
|
||||
if(dram_type == DDR3)
|
||||
{
|
||||
pPHY_Reg->ZQ0CR[1] = 0x5B; //DS=40ohm,ODT=60ohm
|
||||
pPHY_Reg->ZQ0CR[1] = 0x1B; //DS=40ohm,ODT=120ohm
|
||||
pPHY_Reg->ZQ0CR[0] |= (1<<30); //trigger
|
||||
}
|
||||
else if (dram_type == DDR2)
|
||||
|
||||
Reference in New Issue
Block a user