From 53f3b181b02bb1551577db27f0f304ee9d8f821b Mon Sep 17 00:00:00 2001 From: Torsten Rasmussen Date: Wed, 31 Jan 2024 22:04:11 +0100 Subject: [PATCH] soc: ti_k3: Port to HWMv2 Ports the ti_k3 SoC configuration to hardware model version 2 This commit is a followup to commit 5207600e16f2288f05da983693df1b27fc5d42ab Signed-off-by: Torsten Rasmussen --- soc/v2/ti/k3/am6x/Kconfig | 4 ++++ soc/v2/ti/k3/am6x/Kconfig.soc | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/soc/v2/ti/k3/am6x/Kconfig b/soc/v2/ti/k3/am6x/Kconfig index 517fd7fabb9..8eb993db66f 100644 --- a/soc/v2/ti/k3/am6x/Kconfig +++ b/soc/v2/ti/k3/am6x/Kconfig @@ -17,3 +17,7 @@ config SOC_SERIES_AM6X_M4 select EXTERNAL_ADDRESS_TRANSLATION select MM_DRV select MM_TI_RAT + +config SOC_PART_NUMBER + default "AM6234" if SOC_AM6234_A53 + default "AM6234" if SOC_AM6234_M4 diff --git a/soc/v2/ti/k3/am6x/Kconfig.soc b/soc/v2/ti/k3/am6x/Kconfig.soc index 954369bb427..aa773b05199 100644 --- a/soc/v2/ti/k3/am6x/Kconfig.soc +++ b/soc/v2/ti/k3/am6x/Kconfig.soc @@ -27,7 +27,3 @@ config SOC_AM6234_M4 config SOC_SERIES default "am6x" if SOC_SERIES_AM6X - -config SOC_PART_NUMBER - default "AM6234" if SOC_AM6234_A53 - default "AM6234" if SOC_AM6234_M4