Skip to content

Commit

Permalink
Fix muxing unneeded GPIOs which were burning IRCUTs on XM boards
Browse files Browse the repository at this point in the history
  • Loading branch information
dimerr authored Feb 13, 2024
1 parent b145b45 commit ce63b63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kernel/sys_config/sys_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ int pinmux(const char *chip_name, const char *board, const int cmos_yuv_flag)
}

/*audio*/
amp_unmute_mux_gk7205v200_demo();
// amp_unmute_mux_gk7205v200_demo();
} else if (0 == strncmp("sck", board, BOARD_NAME_LEN)) {
i2c0_for_mipi_sensor_pin_mux_gk7205v200();
sensor_cfg_for_mipi_sensor_mux();
Expand All @@ -782,7 +782,7 @@ int pinmux(const char *chip_name, const char *board, const int cmos_yuv_flag)
//vo_8bit_lcd_for_sckb_mux_gk7205v200();

/*audio*/
amp_unmute_mux_gk7205v200_demo();
// amp_unmute_mux_gk7205v200_demo();
//aic31_reset_gk7205v200_sck();
//i2c1_for_aic31_pin_mux_gk7205v200();
//i2s0_pin_mux_gk7205v200();
Expand All @@ -805,7 +805,7 @@ int pinmux(const char *chip_name, const char *board, const int cmos_yuv_flag)
}

/*audio*/
amp_unmute_mux_gk7205v200_demo();
// amp_unmute_mux_gk7205v200_demo();
} else if (0 == strncmp("sck", board, BOARD_NAME_LEN)) {
i2c1_pin_mux();
vo_bt1120_mode_mux_gk7205v300();
Expand Down

0 comments on commit ce63b63

Please sign in to comment.