All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 17/34] warp7: Fix the write to the LDOGCTL PMIC register
@ 2019-03-13  8:28 sbabic at denx.de
  0 siblings, 0 replies; only message in thread
From: sbabic at denx.de @ 2019-03-13  8:28 UTC (permalink / raw)
  To: u-boot

> The third parameter of the pmic_clrsetbits() function is the mask
> to the register and the correct mask is 1 not 0.
> Since the LDOGCTL only contains a single valid bit (bit 0),
> we can use pmic_reg_write() and write 1 directly, which fixes
> the problem in a simpler way and use the original pmic function
> that was used prior to the DM PMIC conversion.
> Fixes: 8ba377321c86 ("arm: imx7s-warp: Convert to DM PMIC")
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Applied to u-boot-imx, 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
=====================================================================

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-13  8:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-13  8:28 [U-Boot] [PATCH 17/34] warp7: Fix the write to the LDOGCTL PMIC register sbabic at denx.de

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.