diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-05-24 17:35:40 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-04 11:59:02 +0100 |
commit | b1f43bf3a52b085b786adf0b719712df574955f9 (patch) | |
tree | 7dc9c3fc6e742fa020f4e80b9598d71a3772e5ff /include/linux/mfd/wm8994 | |
parent | 11c2b5f2dc7ce42ddb779e1979d9defb02b70762 (diff) |
mfd: Add WM1811 support
The WM1811 is mostly register compatible with the WM8994 and WM8958,
providing a high performance audio hub CODEC in a small form factor
suitable for ultra compact system designs.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd/wm8994')
-rw-r--r-- | include/linux/mfd/wm8994/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/wm8994/core.h b/include/linux/mfd/wm8994/core.h index f0b69cdae41..bfb221b3abf 100644 --- a/include/linux/mfd/wm8994/core.h +++ b/include/linux/mfd/wm8994/core.h @@ -20,6 +20,7 @@ enum wm8994_type { WM8994 = 0, WM8958 = 1, + WM1811 = 2, }; struct regulator_dev; |