summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2015-04-03 23:56:16 (GMT)
committerStefano Babic <sbabic@denx.de>2015-04-22 12:41:08 (GMT)
commit76962d0f8e25a5d9a135215bc3e3932fd5bc4b50 (patch)
treee9eb03930bef8374a43dc9098de65da7eeb11abb
parent9e2b0c2d72fe44776e645de0bf0060953fcd8178 (diff)
downloadu-boot-76962d0f8e25a5d9a135215bc3e3932fd5bc4b50.tar.xz
power: pfuze100: fix LDO_EN bit value
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>
-rw-r--r--include/power/pfuze100_pmic.h2
1 files changed, 1 insertions, 1 deletions
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