mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
imx: ventana: fix GW5903 VDD_ARM rail
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
1faca6ad63
commit
d576d6f31c
1 changed files with 6 additions and 0 deletions
|
@ -1325,6 +1325,12 @@ void setup_pmic(void)
|
|||
pmic_reg_write(p, LTC3676_DVB3A, 0x1f);
|
||||
break;
|
||||
case GW5903:
|
||||
/* mask PGOOD during SW1 transition */
|
||||
pmic_reg_write(p, LTC3676_DVB3B,
|
||||
0x1f | LTC3676_PGOOD_MASK);
|
||||
/* set SW3 (VDD_ARM) */
|
||||
pmic_reg_write(p, LTC3676_DVB3A, 0x1f);
|
||||
|
||||
/* mask PGOOD during SW4 transition */
|
||||
pmic_reg_write(p, LTC3676_DVB4B,
|
||||
0x1f | LTC3676_PGOOD_MASK);
|
||||
|
|
Loading…
Reference in a new issue