Skip to content

Commit

Permalink
Read HDMI Status
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Sep 1, 2023
1 parent c7a05d8 commit 3d10190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boards/risc-v/jh7110/star64/src/jh7110_appinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3d10190

Please sign in to comment.