Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Aug 31, 2023
1 parent 04bebde commit 00a8cc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/risc-v/jh7110/star64/src/jh7110_appinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ void board_late_initialize(void)
putreg32(0x05, 0x17030044);
putreg32(0x50, 0x17030044);

// Wait 50 milliseconds for Power Up
up_mdelay(50);

// Enable the Clocks for Video Output / Display Subsystem
modifyreg32(0x13020028, 0, 1 << 31); // Addr, Clear Bits, Set Bits
modifyreg32(0x1302004c, 0, 1 << 31);
Expand Down

0 comments on commit 00a8cc4

Please sign in to comment.