mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
board: ti: dra71x-evm: Add PMIC support
Add the pmic_data for LP873x PMIC which is used to power up dra71x-evm. Note: As per the DM[1] DRA71x supports only OP_NOM. So, updating the efuse registers only to use OPP_NOM irrespective of any CONFIG_DRA7_<VOLT>_OPP_{NOM,od,high} is defined. [1] http://www.ti.com/product/DRA718/technicaldocuments Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
4596cf98cd
commit
f56e635099
4 changed files with 77 additions and 0 deletions
|
@ -600,6 +600,7 @@ extern struct omap_sys_ctrl_regs const omap5_ctrl;
|
|||
extern struct omap_sys_ctrl_regs const dra7xx_ctrl;
|
||||
|
||||
extern struct pmic_data tps659038;
|
||||
extern struct pmic_data lp8733;
|
||||
|
||||
void hw_data_init(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue