mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-25 11:57:22 +00:00
Add support for 8641 Rev 2 silicon.
Without this patch, I am unable to get to the prompt on rev 2 silicon. Only set ddrioovcr for rev1. Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
parent
aea17f9927
commit
2ccceacc04
1 changed files with 2 additions and 2 deletions
|
@ -284,9 +284,9 @@ spd_init(unsigned char i2c_address, unsigned int ddr_num,
|
|||
}
|
||||
|
||||
/*
|
||||
* Adjust DDR II IO voltage biasing. It just makes it work.
|
||||
* Adjust DDR II IO voltage biasing. Rev1 only
|
||||
*/
|
||||
if (spd.mem_type == SPD_MEMTYPE_DDR2) {
|
||||
if (((get_svr() & 0xf0) == 0x10) && (spd.mem_type == SPD_MEMTYPE_DDR2)) {
|
||||
gur->ddrioovcr = (0
|
||||
| 0x80000000 /* Enable */
|
||||
| 0x10000000 /* VSEL to 1.8V */
|
||||
|
|
Loading…
Add table
Reference in a new issue