summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorYogesh Siraswar <yogeshs@ti.com>2021-11-12 14:08:42 +0000
committerYogesh Siraswar <yogeshs@ti.com>2021-11-12 14:12:41 +0000
commitea40937c4b6e8af4b6a98316e977fc3d4376e284 (patch)
treefdb717848ef21e1acb1ddfe268e592f7aa8b5bfa /conf
parent2b6083bbedbf54c08eb43be26a3f92ae82776224 (diff)
downloadmeta-ti-ea40937c4b6e8af4b6a98316e977fc3d4376e284.tar.gz
conf: am57xx-evm: Add missing *.dtb and *.dtbo
Add missing dtb and dtbo to deploy folder Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am57xx-evm.conf3
1 files changed, 3 insertions, 0 deletions
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 = " \
15 am5729-beagleboneai.dtb \ 15 am5729-beagleboneai.dtb \
16 am57xx-evm.dtb \ 16 am57xx-evm.dtb \
17 ti/am57xx-evm-common.dtbo \ 17 ti/am57xx-evm-common.dtbo \
18 am57xx-evm-reva3.dtb \
18 ti/am57xx-evm-reva3.dtbo \ 19 ti/am57xx-evm-reva3.dtbo \
19 am571x-idk.dtb \ 20 am571x-idk.dtb \
20 ti/am571x-idk-touchscreen.dtbo \ 21 ti/am571x-idk-touchscreen.dtbo \
@@ -22,6 +23,8 @@ KERNEL_DEVICETREE = " \
22 am574x-idk.dtb \ 23 am574x-idk.dtb \
23 ti/am57xx-idk-osd-lcd-common.dtbo \ 24 ti/am57xx-idk-osd-lcd-common.dtbo \
24 ti/am572x-idk-touchscreen.dtbo \ 25 ti/am572x-idk-touchscreen.dtbo \
26 ti/lcd-osd101t2587.dtbo \
27 ti/lcd-osd101t2045.dtbo \
25" 28"
26 29
27KERNEL_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)}" 30KERNEL_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)}"