board: ti: am62x: Fix AM62 SIP board detection

EEPROM of AM62SIP reads AM62SIP-SKEVM. Fix the same

Fixes: 2d35318b4e ("board: ti: am62x: Add support to identify device name")
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
Vignesh Raghavendra 2023-09-22 19:46:46 +05:30 committed by Udit Kumar
parent 3e2592515a
commit 8a25b4e318
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ static struct gpio_desc board_det_gpios[AM62X_LPSK_BRD_DET_COUNT];
#define board_is_am62x_skevm() (board_ti_k3_is("AM62-SKEVM") || \
board_ti_k3_is("AM62B-SKEVM"))
#define board_is_am62x_lp_skevm() board_ti_k3_is("AM62-LP-SKEVM")
#define board_is_am62x_sip_skevm() board_ti_k3_is("AM62-SIP-SKEVM")
#define board_is_am62x_sip_skevm() board_ti_k3_is("AM62SIP-SKEVM")
#define board_is_am62x_play() board_ti_k3_is("BEAGLEPLAY-A0-")
#if CONFIG_IS_ENABLED(SPLASH_SCREEN)