mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
pico-imx7d: Increase ODT resistor value
Increase ODT resistor value from 60 to 120 ohm to improve DRAM stability.
Based on the following commit from TechNexion U-Boot:
8a00e57b69
Signed-off-by: Ray Chang <ray.chang@technexion.com>
Signed-off-by: Benjamin Szőke <egyszeregy@freemail.hu>
This commit is contained in:
parent
6846a5b23d
commit
21cd724a54
1 changed files with 5 additions and 5 deletions
|
@ -89,11 +89,11 @@ static struct ddr_phy ddr_phy_regs_val = {
|
|||
static struct mx7_calibration calib_param = {
|
||||
.num_val = 5,
|
||||
.values = {
|
||||
0x0E407304,
|
||||
0x0E447304,
|
||||
0x0E447306,
|
||||
0x0E447304,
|
||||
0x0E447304,
|
||||
0x0E207304,
|
||||
0x0E247304,
|
||||
0x0E247306,
|
||||
0x0E247304,
|
||||
0x0E207304,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue