diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-18 23:12:28 +0100 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2009-01-04 12:17:42 +0100 |
commit | ca23f8c1b0aa15dc69565244fc5dffa67a72dd02 (patch) | |
tree | ef082e834c225e8138f2c0a208a37b0384d4741f /include | |
parent | 645524a9c6e1e42dc4fe03217befb20e2fc4d43e (diff) | |
download | op-kernel-dev-ca23f8c1b0aa15dc69565244fc5dffa67a72dd02.zip op-kernel-dev-ca23f8c1b0aa15dc69565244fc5dffa67a72dd02.tar.gz |
mfd: Add WM8351 support
The WM8351 is a WM8350 variant. As well as register default changes the
WM8351 has fewer voltage and current regulators than 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 7375790..980669d 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[]; extern const u16 wm8350_mode1_defaults[]; extern const u16 wm8350_mode2_defaults[]; extern const u16 wm8350_mode3_defaults[]; +extern const u16 wm8351_mode0_defaults[]; +extern const u16 wm8351_mode1_defaults[]; +extern const u16 wm8351_mode2_defaults[]; +extern const u16 wm8351_mode3_defaults[]; extern const u16 wm8352_mode0_defaults[]; extern const u16 wm8352_mode1_defaults[]; extern const u16 wm8352_mode2_defaults[]; |