diff options
| author | Tom Rini <[email protected]> | 2023-08-17 15:17:18 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-17 15:19:04 -0400 |
| commit | 14ba0a8bbc342a677982acc787ae542b84ed7993 (patch) | |
| tree | a7d128b1488097b360d554bf8018d8712ab15837 /board | |
| parent | 5d3758178bc23d731897f05244bf564f8d1caf48 (diff) | |
| parent | 01f573eb88a15b7b65e0d4b0a3fb6bfc5c29bb4d (diff) | |
Merge branch '2023-08-17-ti-k3-am64-dt-resync' into next
To quote the author:
This series syncs AM64 DT files from Linux v6.5-rc1.
Tested on AM642-EVM GP SR1.0 and AM642-SK-EVM HS-FS SR2.0.
Diffstat (limited to 'board')
| -rw-r--r-- | board/ti/am64x/evm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/ti/am64x/evm.c b/board/ti/am64x/evm.c index 96f4e3013a3..a080b2b0d25 100644 --- a/board/ti/am64x/evm.c +++ b/board/ti/am64x/evm.c @@ -18,7 +18,8 @@ #include "../common/board_detect.h" -#define board_is_am64x_gpevm() board_ti_k3_is("AM64-GPEVM") +#define board_is_am64x_gpevm() (board_ti_k3_is("AM64-GPEVM") || \ + board_ti_k3_is("AM64-HSEVM")) #define board_is_am64x_skevm() (board_ti_k3_is("AM64-SKEVM") || \ board_ti_k3_is("AM64B-SKEVM")) |
