projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f65e9ea
)
mfd: wm5102: Fix definition of WM5102_MAX_REGISTER
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 25 Jan 2013 15:53:51 +0000
(23:53 +0800)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Sun, 27 Jan 2013 01:18:07 +0000
(
02:18
+0100)
Updated in latest datasheet.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/wm5102-tables.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/wm5102-tables.c
b/drivers/mfd/wm5102-tables.c
index 088872ab63389e49d04dd3f38fb02664fdc929ba..1133a64c2dc9388609ff125c480a82840d9285d1 100644
(file)
--- a/
drivers/mfd/wm5102-tables.c
+++ b/
drivers/mfd/wm5102-tables.c
@@
-1882,7
+1882,7
@@
static bool wm5102_volatile_register(struct device *dev, unsigned int reg)
}
}
-#define WM5102_MAX_REGISTER 0x1a
8fff
+#define WM5102_MAX_REGISTER 0x1a
9800
const struct regmap_config wm5102_spi_regmap = {
.reg_bits = 32,