[PATCH] arm: dts: Fix build of am62a7 dtbs

am62a7 should be built with CONFIG_SOC_K3_AM62A7 not CONFIG_SOC_K3_AM625
Fixes: 6bdfa69155d8 ("arm: dts: introduce am62a7 u-boot dtbs") Cc: Bryan Brattlof bb@ti.com Cc: Vignesh Raghavendra vigneshr@ti.com Cc: Francesco Dolcini francesco@dolcini.it Cc: Sjoerd Simons sjoerd@collabora.com Cc: Wadim Egorov w.egorov@phytec.de Reviewed-by: Bryan Brattlof bb@ti.com Reviewed-by: Mattijs Korpershoek mkorpershoek@baylibre.com Signed-off-by: Nishanth Menon nm@ti.com --- Changes since RFC: none. just realized it did'nt have much to do with the rest of the series.. so could be kept seperate and pulled in independently. Just picked up the reviewed-by from the RFC (thanks)..
RFC: https://lore.kernel.org/r/20230713072019.3153871-4-nm@ti.com arch/arm/dts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 17f506a8fa06..e4b658ae0416 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -1301,7 +1301,7 @@ dtb-$(CONFIG_SOC_K3_AM642) += k3-am642-evm.dtb \ dtb-$(CONFIG_SOC_K3_AM625) += k3-am625-sk.dtb \ k3-am625-r5-sk.dtb
-dtb-$(CONFIG_SOC_K3_AM625) += k3-am62a7-sk.dtb \ +dtb-$(CONFIG_SOC_K3_AM62A7) += k3-am62a7-sk.dtb \ k3-am62a7-r5-sk.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += \

On Thu, Jul 13, 2023 at 02:40:51PM -0500, Nishanth Menon wrote:
am62a7 should be built with CONFIG_SOC_K3_AM62A7 not CONFIG_SOC_K3_AM625
Fixes: 6bdfa69155d8 ("arm: dts: introduce am62a7 u-boot dtbs") Cc: Bryan Brattlof bb@ti.com Cc: Vignesh Raghavendra vigneshr@ti.com Cc: Francesco Dolcini francesco@dolcini.it Cc: Sjoerd Simons sjoerd@collabora.com Cc: Wadim Egorov w.egorov@phytec.de Reviewed-by: Bryan Brattlof bb@ti.com Reviewed-by: Mattijs Korpershoek mkorpershoek@baylibre.com Signed-off-by: Nishanth Menon nm@ti.com
Applied to u-boot/master, thanks!
participants (2)
-
Nishanth Menon
-
Tom Rini