summaryrefslogtreecommitdiff
path: root/board/phytec/phycore_imx8mp/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/phytec/phycore_imx8mp/spl.c')
-rw-r--r--board/phytec/phycore_imx8mp/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phytec/phycore_imx8mp/spl.c b/board/phytec/phycore_imx8mp/spl.c
index eefdd7fdda..f9fa8d1e12 100644
--- a/board/phytec/phycore_imx8mp/spl.c
+++ b/board/phytec/phycore_imx8mp/spl.c
@@ -53,7 +53,7 @@ int power_init_board(void)
struct pmic *p;
int ret;
- ret = power_pca9450_init(0);
+ ret = power_pca9450_init(0, 0x25);
if (ret)
printf("power init failed");
p = pmic_get("PCA9450");