mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
mx25pdk: Turn on the LCD supply
Currently there is no support for MC34704 PMIC in the mainline kernel. Turn on the LCD supply via bootloader for the time being, so that we could use the LCD in the kernel. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
bcc5ea24c4
commit
86a390d305
1 changed files with 2 additions and 2 deletions
|
|
@ -146,8 +146,8 @@ int board_late_init(void)
|
|||
if (!p)
|
||||
return -ENODEV;
|
||||
|
||||
/* Turn on Ethernet PHY supply */
|
||||
pmic_reg_write(p, MC34704_GENERAL2_REG, ONOFFE);
|
||||
/* Turn on Ethernet PHY and LCD supplies */
|
||||
pmic_reg_write(p, MC34704_GENERAL2_REG, ONOFFE | ONOFFA);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue