projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e2b0c2
)
power: pfuze100: fix LDO_EN bit value
author
Tim Harvey
<tharvey@gateworks.com>
Fri, 3 Apr 2015 23:56:16 +0000
(16:56 -0700)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 22 Apr 2015 12:41:08 +0000
(14:41 +0200)
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
patch
|
blob
|
history
diff --git
a/include/power/pfuze100_pmic.h
b/include/power/pfuze100_pmic.h
index 07199b4f89ac2244fb07daf134ec31f5e265bfec..8e7a22d020f648cc3e88da48b8b9aee1708734b1 100644
(file)
--- 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