diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-24 18:01:41 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-01-14 12:37:39 +0100 |
commit | 412dc11d3fd01f96fdf4a8cbfbc5584a17dab7c8 (patch) | |
tree | 8550bcb089afaa1529973ce951c763697e39b312 /include | |
parent | 798e6e321f807c46d81be1572118e031577ea9ab (diff) | |
download | op-kernel-dev-412dc11d3fd01f96fdf4a8cbfbc5584a17dab7c8.zip op-kernel-dev-412dc11d3fd01f96fdf4a8cbfbc5584a17dab7c8.tar.gz |
mfd: Add WM8326 support
The WM8326 is a high performance variant of the WM832x series with
no software visible differences.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/wm831x/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/wm831x/core.h b/include/linux/mfd/wm831x/core.h index a1239c4..903280d 100644 --- a/include/linux/mfd/wm831x/core.h +++ b/include/linux/mfd/wm831x/core.h @@ -245,6 +245,7 @@ enum wm831x_parent { WM8320 = 0x8320, WM8321 = 0x8321, WM8325 = 0x8325, + WM8326 = 0x8326, }; struct wm831x { |