diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-07 19:10:16 -0500 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2009-01-04 06:17:38 -0500 |
commit | 0c8a601678960fbcc1c1185a283d6d107575810b (patch) | |
tree | b4202f1fc8cd754a9e655ee035f8b73b44ab2fe1 /include | |
parent | 858e674466427b1236eb5ef9568999a7df286b1e (diff) |
mfd: Add WM8350 revision H support
No other software changes are required.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/wm8350/core.h b/include/linux/mfd/wm8350/core.h index 6ebf97f2a475..9490ec175d5a 100644 --- a/include/linux/mfd/wm8350/core.h +++ b/include/linux/mfd/wm8350/core.h | |||
@@ -536,6 +536,7 @@ | |||
536 | #define WM8350_REV_E 0x4 | 536 | #define WM8350_REV_E 0x4 |
537 | #define WM8350_REV_F 0x5 | 537 | #define WM8350_REV_F 0x5 |
538 | #define WM8350_REV_G 0x6 | 538 | #define WM8350_REV_G 0x6 |
539 | #define WM8350_REV_H 0x7 | ||
539 | 540 | ||
540 | #define WM8350_NUM_IRQ 63 | 541 | #define WM8350_NUM_IRQ 63 |
541 | 542 | ||