[U-Boot] [PATCH] imx: ventana: fix GW5903 VDD_ARM rail
Stefano Babic
sbabic at denx.de
Sun Mar 26 09:09:31 UTC 2017
On 21/03/2017 15:50, Tim Harvey wrote:
> Signed-off-by: Tim Harvey <tharvey at gateworks.com>
> ---
> board/gateworks/gw_ventana/common.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/board/gateworks/gw_ventana/common.c b/board/gateworks/gw_ventana/common.c
> index ec04060..56a7b3e 100644
> --- a/board/gateworks/gw_ventana/common.c
> +++ b/board/gateworks/gw_ventana/common.c
> @@ -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);
>
Applied to -master, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
More information about the U-Boot
mailing list