diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-02-04 21:10:58 +0100 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2009-02-17 09:00:13 +0100 |
commit | a39a021fd73ce06aad8d1081ac711a36930e6cb8 (patch) | |
tree | d0cc0882179f87986d58f710e58ba65a0652ef5a | |
parent | 85c93ea7dca475a6ee3bf414befe94b2c42f1001 (diff) | |
download | op-kernel-dev-a39a021fd73ce06aad8d1081ac711a36930e6cb8.zip op-kernel-dev-a39a021fd73ce06aad8d1081ac711a36930e6cb8.tar.gz |
mfd: Mark WM835x USB_SLV_500MA bit as accessible
The code is out of sync with the silicon.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
-rw-r--r-- | drivers/mfd/wm8350-regmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/wm8350-regmap.c b/drivers/mfd/wm8350-regmap.c index 68887b8..9a4cc95 100644 --- a/drivers/mfd/wm8350-regmap.c +++ b/drivers/mfd/wm8350-regmap.c @@ -3188,7 +3188,7 @@ const struct wm8350_reg_access wm8350_reg_io_map[] = { { 0x7CFF, 0x0C00, 0x7FFF }, /* R1 - ID */ { 0x0000, 0x0000, 0x0000 }, /* R2 */ { 0xBE3B, 0xBE3B, 0x8000 }, /* R3 - System Control 1 */ - { 0xFCF7, 0xFCF7, 0xF800 }, /* R4 - System Control 2 */ + { 0xFEF7, 0xFEF7, 0xF800 }, /* R4 - System Control 2 */ { 0x80FF, 0x80FF, 0x8000 }, /* R5 - System Hibernate */ { 0xFB0E, 0xFB0E, 0x0000 }, /* R6 - Interface Control */ { 0x0000, 0x0000, 0x0000 }, /* R7 */ |