From 3d101901acf814240bebcee961c01ca1c52c6149 Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Fri, 1 Sep 2023 14:46:29 +0800 Subject: [PATCH] Read HDMI Status --- boards/risc-v/jh7110/star64/src/jh7110_appinit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boards/risc-v/jh7110/star64/src/jh7110_appinit.c b/boards/risc-v/jh7110/star64/src/jh7110_appinit.c index 8541d2044f5b9..7f9468298d204 100644 --- a/boards/risc-v/jh7110/star64/src/jh7110_appinit.c +++ b/boards/risc-v/jh7110/star64/src/jh7110_appinit.c @@ -222,8 +222,9 @@ void board_late_initialize(void) 0 // Set Bits ); - // TODO: Power up ALDO3 and ALDO5 on the External Power Management IC + // TODO: Power up ALDO3 (1.8V) and ALDO5 (0.9V) on the External Power Management IC // (X-Powers AXP15060 PMIC over I2C) + // (I2C SCL on GPIO 19, SDA on GPIO 20) // Wait 500 milliseconds to Power Up PMIC up_mdelay(500);