Skip to content

Commit

Permalink
hpmicro: hpm6750evk2: bump up DCDC voltage to 1250mv
Browse files Browse the repository at this point in the history
Signed-off-by: Zhihong Chen <[email protected]>
  • Loading branch information
chenzhihong007 committed Aug 16, 2024
1 parent d575264 commit 1f25ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/risc-v/src/hpmicro/hpm_sdk/boards/hpm6750evk2/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,8 @@ void board_init_clock(void)
/* Connect Group1 to CPU1 */
clock_connect_group_to_cpu(1, 1);

/* Bump up DCDC voltage to 1200mv */
pcfg_dcdc_set_voltage(HPM_PCFG, 1200);
/* Bump up DCDC voltage to 1250mv */
pcfg_dcdc_set_voltage(HPM_PCFG, 1250);
pcfg_dcdc_switch_to_dcm_mode(HPM_PCFG);

if (status_success != pllctl_init_int_pll_with_freq(HPM_PLLCTL, 0, BOARD_CPU_FREQ)) {
Expand Down

0 comments on commit 1f25ba3

Please sign in to comment.