From 6cea06c3e21ec23f57559eefb918383d20898c40 Mon Sep 17 00:00:00 2001 From: Yogesh Siraswar Date: Tue, 12 Oct 2021 10:19:39 +0000 Subject: [PATCH] conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10 This reverts commit 8bdfe1413c00e0c55132989dafcf8d91827999c3. Introduces existent dtb and dtbo for dra7x Signed-off-by: Yogesh Siraswar --- conf/machine/dra7xx-evm.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index ad4b0263..db4a5e1c 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf @@ -10,10 +10,18 @@ SERIAL_CONSOLES = "115200;ttyS0" KERNEL_DEVICETREE = " \ dra7-evm.dtb \ + ti/dra7x-evm-osd-lcd-common.dtbo \ dra71-evm.dtb \ + dra71-evm-nand.dtb \ + ti/dra71-evm-lcd-auo-g101evn01.0.dtbo \ dra72-evm.dtb \ dra72-evm-revc.dtb \ + ti/dra72-evm-touchscreen.dtbo \ + ti/dra74-evm-touchscreen.dtbo \ dra76-evm.dtb \ + ti/dra76-evm-tfp410.dtbo \ + ti/lcd-osd101t2045.dtbo \ + ti/lcd-osd101t2587.dtbo \ " UBOOT_MACHINE = "dra7xx_evm_config"