mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02: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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user