projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ce4eac
)
regulator: pfuze100: Fix address of FABID
author
Axel Lin
<axel.lin@ingics.com>
Mon, 9 Dec 2013 07:24:19 +0000
(15:24 +0800)
committer
Mark Brown
<broonie@linaro.org>
Mon, 9 Dec 2013 17:18:19 +0000
(17:18 +0000)
According to the datasheet, the address of FABID is 0x4. Fix it.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Robin Gong <b38343@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
drivers/regulator/pfuze100-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/pfuze100-regulator.c
b/drivers/regulator/pfuze100-regulator.c
index ba67b2c4e2e7fe4da91fdd6afd269ab1233a284e..565a631fff70cafa2498f5185f10c9cfba98edb8 100644
(file)
--- a/
drivers/regulator/pfuze100-regulator.c
+++ b/
drivers/regulator/pfuze100-regulator.c
@@
-38,7
+38,7
@@
#define PFUZE100_DEVICEID 0x0
#define PFUZE100_REVID 0x3
-#define PFUZE100_FABID 0x
3
+#define PFUZE100_FABID 0x
4
#define PFUZE100_SW1ABVOL 0x20
#define PFUZE100_SW1CVOL 0x2e