1
0
Fork 0
mirror of https://github.com/u-boot/u-boot.git synced 2025-04-15 01:15:19 +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:
Ray Chang 2024-10-16 22:15:36 +02:00 committed by Fabio Estevam
parent 6846a5b23d
commit 21cd724a54

View file

@ -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,
},
};