mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
dad759ff8b
commit
b73eac7871
2 changed files with 1 additions and 11 deletions
|
@ -354,6 +354,5 @@ int twl4030_set_gpio_debounce(int gpio, int enable);
|
|||
#define TWL4030_REG_VUSB1V5 17
|
||||
#define TWL4030_REG_VUSB1V8 18
|
||||
#define TWL4030_REG_VUSB3V1 19
|
||||
#define TWL4030_REG_VUSBCP 20
|
||||
|
||||
#endif /* End of __TWL4030_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue