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:
7428f55
)
pmic: fix missing SWITCH_SIZE
author
Stefano Babic
<sbabic@denx.de>
Wed, 11 Feb 2015 11:35:46 +0000
(12:35 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 11 Feb 2015 11:35:46 +0000
(12:35 +0100)
Applying
ccbb18713b279f1326479cc10664d247206e9e76
,
the define disappeared. Fix it.
Signed-off-by: Stefano Babic <sbabic@denx.de>
include/power/pfuze100_pmic.h
patch
|
blob
|
history
diff --git
a/include/power/pfuze100_pmic.h
b/include/power/pfuze100_pmic.h
index d304658b9a4c30fdcbbb0a3610e36efccb1250bf..07199b4f89ac2244fb07daf134ec31f5e265bfec 100644
(file)
--- a/
include/power/pfuze100_pmic.h
+++ b/
include/power/pfuze100_pmic.h
@@
-232,5
+232,7
@@
enum {
#define APS_PFM 0xc
#define PWM_PFM 0xd
+#define SWITCH_SIZE 0x7
+
int power_pfuze100_init(unsigned char bus);
#endif