From 20196b279f45b22831a13ccaa5fea85a3f4af38e Mon Sep 17 00:00:00 2001 From: Yogesh Siraswar Date: Fri, 19 Nov 2021 22:25:57 -0500 Subject: conf: am57xx-evm: Add missing *.dtb and *.dtbo Add missing dtb and dtbo to deploy folder Signed-off-by: Yogesh Siraswar Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- conf/machine/am57xx-evm.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index 7441e80e..f977c5c6 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf @@ -15,6 +15,7 @@ KERNEL_DEVICETREE = " \ am5729-beagleboneai.dtb \ am57xx-evm.dtb \ ti/am57xx-evm-common.dtbo \ + am57xx-evm-reva3.dtb \ ti/am57xx-evm-reva3.dtbo \ am571x-idk.dtb \ ti/am571x-idk-touchscreen.dtbo \ @@ -22,6 +23,8 @@ KERNEL_DEVICETREE = " \ am574x-idk.dtb \ ti/am57xx-idk-osd-lcd-common.dtbo \ ti/am572x-idk-touchscreen.dtbo \ + ti/lcd-osd101t2587.dtbo \ + ti/lcd-osd101t2045.dtbo \ " KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}" -- cgit v1.2.3-54-g00ecf