diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2008-12-07 13:10:58 -0500 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2009-01-04 06:17:40 -0500 |
commit | b73eac7871d002835be17d4602cced2c15c0db4b (patch) | |
tree | 0d664f8baf38f20eb8557ad6148377a1eef21899 /include | |
parent | dad759ff8ba79927766e3f0159bfc5fb6de0f982 (diff) |
mfd: twl4030 regulator bug fixes
This contains two bugfixes to the initial twl4030 regulator
support patch related to USB:
(a) always overwrite the old list of consumers ... else
the regulator handles all use the same "usb1v5" name;
(b) don't set up the "usbcp" regulator, which turns out
to be managed through separate controls, usually ULPI
directly from the OTG controller.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/i2c/twl4030.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i2c/twl4030.h b/include/linux/i2c/twl4030.h index e06555d40d35..a8f84c01f82e 100644 --- a/include/linux/i2c/twl4030.h +++ b/include/linux/i2c/twl4030.h | |||
@@ -354,6 +354,5 @@ int twl4030_set_gpio_debounce(int gpio, int enable); | |||
354 | #define TWL4030_REG_VUSB1V5 17 | 354 | #define TWL4030_REG_VUSB1V5 17 |
355 | #define TWL4030_REG_VUSB1V8 18 | 355 | #define TWL4030_REG_VUSB1V8 18 |
356 | #define TWL4030_REG_VUSB3V1 19 | 356 | #define TWL4030_REG_VUSB3V1 19 |
357 | #define TWL4030_REG_VUSBCP 20 | ||
358 | 357 | ||
359 | #endif /* End of __TWL4030_H */ | 358 | #endif /* End of __TWL4030_H */ |