summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2024-01-08 16:17:46 +0200
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commit3ea8137972d8384a2c584647e6ef821bfe9973b0 (patch)
treec2499007422a0a17c03fa80de7a9033aa21d2a7f /board
parent8e0ab3ff08aa0464380e2933f7c63fbe0a2683c2 (diff)
board: ti: am64: Support TMDS64EVM
The TMDS64EVM [1] ships with AM64X SR2.0 HS-FS chip and a slightly different board name in the board information EEPROM header. Support this board. [1] https://www.ti.com/tool/TMDS64EVM Gets rid of below message at boot "Unidentified board claims AM64-EVM in eeprom header" Signed-off-by: Roger Quadros <rogerq@kernel.org> Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
Diffstat (limited to 'board')
-rw-r--r--board/ti/am64x/evm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/am64x/evm.c b/board/ti/am64x/evm.c
index 12b4f26325..c42afa581b 100644
--- a/board/ti/am64x/evm.c
+++ b/board/ti/am64x/evm.c
@@ -22,6 +22,7 @@
#include "../common/board_detect.h"
#define board_is_am64x_gpevm() (board_ti_k3_is("AM64-GPEVM") || \
+ board_ti_k3_is("AM64-EVM") || \
board_ti_k3_is("AM64-HSEVM"))
#define board_is_am64x_skevm() (board_ti_k3_is("AM64-SKEVM") || \