* [U-Boot] [PATCH] power: pfuze100: fix LDO_EN bit value
@ 2015-04-03 23:56 Tim Harvey
2015-04-22 12:42 ` Stefano Babic
0 siblings, 1 reply; 2+ messages in thread
From: Tim Harvey @ 2015-04-03 23:56 UTC (permalink / raw)
To: u-boot
The LDO_EN is bit 4, not value 4. This is only used on the Ventana boards so
we will change it in the header as the other values there are in terms of
values and not bit numbers.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
include/power/pfuze100_pmic.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/power/pfuze100_pmic.h b/include/power/pfuze100_pmic.h
index 07199b4..8e7a22d 100644
--- a/include/power/pfuze100_pmic.h
+++ b/include/power/pfuze100_pmic.h
@@ -180,7 +180,7 @@ enum {
#define LDOB_3_30V 15
#define LDO_VOL_MASK 0xf
-#define LDO_EN 4
+#define LDO_EN (1 << 4)
/*
* Boost Regulator
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* [U-Boot] [PATCH] power: pfuze100: fix LDO_EN bit value
2015-04-03 23:56 [U-Boot] [PATCH] power: pfuze100: fix LDO_EN bit value Tim Harvey
@ 2015-04-22 12:42 ` Stefano Babic
0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2015-04-22 12:42 UTC (permalink / raw)
To: u-boot
On 04/04/2015 01:56, Tim Harvey wrote:
> The LDO_EN is bit 4, not value 4. This is only used on the Ventana boards so
> we will change it in the header as the other values there are in terms of
> values and not bit numbers.
>
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>
> ---
Applied to u-boot-imx, 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] 2+ messages in thread
end of thread, other threads:[~2015-04-22 12:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-03 23:56 [U-Boot] [PATCH] power: pfuze100: fix LDO_EN bit value Tim Harvey
2015-04-22 12:42 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox