summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2023-10-31 17:11:10 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2023-10-31 17:41:50 -0500
commit6702f57e9e2e5d2c0f0c5278a64fb23473625605 (patch)
treed739e3d8e702f9365d485336ff460dcba849c094
parent1134dd5dfecfb59d91972c72ad3eded9725c151a (diff)
arm: dts: add am62p dtbs to makefile
Thanks to the CONFIG_DEFAULT_DEVICE_TREE option in the defconfig the correct device tree blobs are being built for each uboot stage. However rather than relying on this add a am62p5 target to the arm/dts/Makefile Signed-off-by: Bryan Brattlof <bb@ti.com>
-rw-r--r--arch/arm/dts/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index cf0c7c3f61..4e03406a36 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -1294,6 +1294,9 @@ dtb-$(CONFIG_SOC_K3_AM625) += k3-am625-sk.dtb \
dtb-$(CONFIG_SOC_K3_AM62A7) += k3-am62a7-sk.dtb \
k3-am62a7-r5-sk.dtb
+dtb-$(CONFIG_SOC_K3_AM62P5) += k3-am62p5-sk.dtb \
+ k3-am62p5-r5-sk.dtb
+
dtb-$(CONFIG_ARCH_MEDIATEK) += \
mt7622-rfb.dtb \
mt7623a-unielec-u7623-02-emmc.dtb \