mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
palmas: Add support for powering different ldos
It is not necessary that ldo1 is used to power on mmc. So, add support for passing ldo registers for powering on mmc. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
91d3e90668
commit
db4fce8fcd
4 changed files with 7 additions and 10 deletions
|
@ -129,7 +129,7 @@ static inline int palmas_i2c_read_u8(u8 chip_no, u8 reg, u8 *val)
|
|||
}
|
||||
|
||||
void palmas_init_settings(void);
|
||||
int palmas_mmc1_poweron_ldo(uint voltage);
|
||||
int palmas_mmc1_poweron_ldo(uint ldo_volt, uint ldo_ctrl, uint voltage);
|
||||
int lp873x_mmc1_poweron_ldo(uint voltage);
|
||||
int twl603x_mmc1_set_ldo9(u8 vsel);
|
||||
int twl603x_audio_power(u8 on);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue