mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
imx: mx6sllevk: correct pmic name
The prefix 0 has been dropped in dts, so correct in board file Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -58,7 +58,7 @@ int power_init_board(void)
|
||||
u32 switch_num = 6;
|
||||
u32 offset = PFUZE100_SW1CMODE;
|
||||
|
||||
ret = pmic_get("pfuze100@08", &dev);
|
||||
ret = pmic_get("pfuze100@8", &dev);
|
||||
if (ret == -ENODEV)
|
||||
return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user