diff options
author | Tom Rini <trini@konsulko.com> | 2025-03-12 14:14:18 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-03-12 14:14:18 -0600 |
commit | e5e809bd717a148e665c77e34cc7be95f4b9d445 (patch) | |
tree | 77169a1770e805e308562a815ee7d5c2457c4e81 | |
parent | a383b9bd4d7e430fe7c254297540bae596649dba (diff) | |
parent | e1a9ff95304957a774642ff1bef2b1851a4ae96a (diff) |
Merge tag 'u-boot-imx-master-20250312' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/25106
- Fix VDDQ voltage setting for LPDDR4x on imx93_evk.
-rw-r--r-- | board/freescale/imx93_evk/spl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/freescale/imx93_evk/spl.c b/board/freescale/imx93_evk/spl.c index a214c04ddad..67a10bbb05b 100644 --- a/board/freescale/imx93_evk/spl.c +++ b/board/freescale/imx93_evk/spl.c @@ -110,11 +110,6 @@ int power_init_board(void) pmic_reg_write(dev, PCA9450_BUCK3OUT_DVS0, buck_val + 0x4); } - if (IS_ENABLED(CONFIG_IMX93_EVK_LPDDR4X)) { - /* Set VDDQ to 1.1V from buck2 */ - pmic_reg_write(dev, PCA9450_BUCK2OUT_DVS0, 0x28); - } - /* set standby voltage to 0.65v */ if (val & PCA9450_REG_PWRCTRL_TOFF_DEB) pmic_reg_write(dev, PCA9450_BUCK1OUT_DVS1, 0x0); |