[PATCH 05/11] imx: mx6sllevk: correct pmic name

Peng Fan (OSS) peng.fan at oss.nxp.com
Mon Nov 7 09:00:10 CET 2022


From: Peng Fan <peng.fan at nxp.com>

The prefix 0 has been dropped in dts, so correct in board file

Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
 board/freescale/mx6sllevk/mx6sllevk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/freescale/mx6sllevk/mx6sllevk.c b/board/freescale/mx6sllevk/mx6sllevk.c
index b4fddafe640..d9574623300 100644
--- a/board/freescale/mx6sllevk/mx6sllevk.c
+++ b/board/freescale/mx6sllevk/mx6sllevk.c
@@ -58,7 +58,7 @@ int power_init_board(void)
 	u32 switch_num = 6;
 	u32 offset = PFUZE100_SW1CMODE;
 
-	ret = pmic_get("pfuze100 at 08", &dev);
+	ret = pmic_get("pfuze100 at 8", &dev);
 	if (ret == -ENODEV)
 		return 0;
 
-- 
2.36.0



More information about the U-Boot mailing list