[PATCH] arm64: dts: ti: am642-evm: Fix Makefile for k3-am642-evm.dtb

Roger Quadros rogerq at kernel.org
Wed Oct 4 04:42:01 PDT 2023


We accidentally dropped k3-am642-evm.dtb target so add it back.

Fixes: 45a0c06571e1 ("arm64: dts: ti: am642-evm: Add overlay for NAND expansion card")
Signed-off-by: Roger Quadros <rogerq at kernel.org>
---
 arch/arm64/boot/dts/ti/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile
index b3516419f95d..29babdb77c86 100644
--- a/arch/arm64/boot/dts/ti/Makefile
+++ b/arch/arm64/boot/dts/ti/Makefile
@@ -28,6 +28,7 @@ dtb-$(CONFIG_ARCH_K3) += k3-am62a7-sk.dtb
 dtb-$(CONFIG_ARCH_K3) += k3-am62p5-sk.dtb
 
 # Boards with AM64x SoC
+dtb-$(CONFIG_ARCH_K3) += k3-am642-evm.dtb
 k3-am642-evm-nand-dtbs := k3-am642-evm.dtb k3-am642-evm-nand.dtbo
 dtb-$(CONFIG_ARCH_K3) += k3-am642-evm-nand.dtb
 dtb-$(CONFIG_ARCH_K3) += k3-am642-phyboard-electra-rdk.dtb

base-commit: 562fc2b011e213b5a127cda523110f0698770606
-- 
2.34.1




More information about the linux-arm-kernel mailing list