Browse Source

ARM: dts: am57xx-evm: add dtb-merge support for camera overlays

Add the am57xx-evm camera overlays to the dtb-merge section of the
Makefile.

Signed-off-by: Benoit Parrot <bparrot@ti.com>
Benoit Parrot 7 years ago
parent
commit
b9cb27457d
1 changed files with 5 additions and 1 deletions
  1. 5 1
      arch/arm/boot/dts/Makefile

+ 5 - 1
arch/arm/boot/dts/Makefile

@@ -757,7 +757,11 @@ dtb-$(CONFIG_SOC_DRA7XX) += \
 	dra76-evm.dtb
 dtb-merge-$(CONFIG_SOC_DRA7XX) += \
 	am57xx-evm.dtb \
-	am57xx-evm-reva3.dtb
+	am57xx-evm-cam-mt9t111.dtb \
+	am57xx-evm-cam-ov10635.dtb \
+	am57xx-evm-reva3.dtb \
+	am57xx-evm-reva3-cam-mt9t111.dtb \
+	am57xx-evm-reva3-cam-ov10635.dtb
 ifeq ($(CONFIG_SOC_DRA7XX),y)
 dts-dirs += ti
 endif