mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 04:44:46 +00:00
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.
This commit is contained in:
commit
e5e809bd71
1 changed files with 0 additions and 5 deletions
|
@ -110,11 +110,6 @@ int power_init_board(void)
|
||||||
pmic_reg_write(dev, PCA9450_BUCK3OUT_DVS0, buck_val + 0x4);
|
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 */
|
/* set standby voltage to 0.65v */
|
||||||
if (val & PCA9450_REG_PWRCTRL_TOFF_DEB)
|
if (val & PCA9450_REG_PWRCTRL_TOFF_DEB)
|
||||||
pmic_reg_write(dev, PCA9450_BUCK1OUT_DVS1, 0x0);
|
pmic_reg_write(dev, PCA9450_BUCK1OUT_DVS1, 0x0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue