summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-10-18 09:05:04 -0600
committerTom Rini <[email protected]>2024-10-18 09:05:04 -0600
commit8ab2178de069194d2eed8fe1b90db7e12cf032bb (patch)
tree9908820332b9a4bf855f7dd661abae410c69dcb2 /board
parentf8fe853a8de7523685e1322d6131366ebf2e5e7f (diff)
parent9b1cecdd9b6eaf22c4fa268430669ceff0c48786 (diff)
Merge tag 'u-boot-imx-master-20241018a' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/22796 - Switch to using upstream DT on DH i.MX8MP DHCOM PDK2/PDK3. - Add ability to build fallback DTBOs from arch/$(ARCH)/dts. - Remove fdt_high and initrd_high env variables from imx6-dhcom. - Add dummy clk for imx8. - Fix DT corruption in imx8_cpu. - Improve DDR stability on pico-imx7d.
Diffstat (limited to 'board')
-rw-r--r--board/technexion/pico-imx7d/spl.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/board/technexion/pico-imx7d/spl.c b/board/technexion/pico-imx7d/spl.c
index cb60d3be420..fc97c58ae16 100644
--- a/board/technexion/pico-imx7d/spl.c
+++ b/board/technexion/pico-imx7d/spl.c
@@ -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,
},
};