diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-18 17:09:50 -0500 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2009-01-04 06:17:42 -0500 |
commit | 96920630624868add3f63f596523e70dbb64549a (patch) | |
tree | 061f9889a1f0a0b6937ba0df82d8114a9123b935 /include | |
parent | 94964f96a6b7018d68b7386cd8c0b8505d3cf69f (diff) |
mfd: Add WM8352 support
The WM8352 is a variant of the WM8350. Aside from the register defaults
there are no software visible differences to the WM8350.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/wm8350/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mfd/wm8350/core.h b/include/linux/mfd/wm8350/core.h index afeff6f1316c..737579086d01 100644 --- a/include/linux/mfd/wm8350/core.h +++ b/include/linux/mfd/wm8350/core.h | |||
@@ -589,6 +589,10 @@ extern const u16 wm8350_mode0_defaults[]; | |||
589 | extern const u16 wm8350_mode1_defaults[]; | 589 | extern const u16 wm8350_mode1_defaults[]; |
590 | extern const u16 wm8350_mode2_defaults[]; | 590 | extern const u16 wm8350_mode2_defaults[]; |
591 | extern const u16 wm8350_mode3_defaults[]; | 591 | extern const u16 wm8350_mode3_defaults[]; |
592 | extern const u16 wm8352_mode0_defaults[]; | ||
593 | extern const u16 wm8352_mode1_defaults[]; | ||
594 | extern const u16 wm8352_mode2_defaults[]; | ||
595 | extern const u16 wm8352_mode3_defaults[]; | ||
592 | 596 | ||
593 | struct wm8350; | 597 | struct wm8350; |
594 | 598 | ||