summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2022-02-09 11:56:25 -0800
committerRyan Eatmon <reatmon@ti.com>2022-02-10 19:52:05 -0600
commit796e471e7b43bca595e940e5e86a1f6b0415dbb4 (patch)
treee82a4f26292ff399f20a5cc9ae50160699d1f139
parent9bb0a8e53bc2838fdbbb058d675d3b6a6bedd71b (diff)
downloadmeta-ti-796e471e7b43bca595e940e5e86a1f6b0415dbb4.tar.gz
conf/machine/am57xx-evm: add overlay for OV10635 sensor
The VIP camera capture driver recently ported to ti-linux-5.10.y adds a DT overlay for the OV10635 camera sensor. Add this to KERNEL_DEVICTREE so it's added to the artifacts. Signed-off-by: Kevin Hilman <khilman@baylibre.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--conf/machine/am57xx-evm.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index f977c5c6..afcfbb43 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -25,6 +25,7 @@ KERNEL_DEVICETREE = " \
25 ti/am572x-idk-touchscreen.dtbo \ 25 ti/am572x-idk-touchscreen.dtbo \
26 ti/lcd-osd101t2587.dtbo \ 26 ti/lcd-osd101t2587.dtbo \
27 ti/lcd-osd101t2045.dtbo \ 27 ti/lcd-osd101t2045.dtbo \
28 ti/ov10635.dtbo \
28" 29"
29 30
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)}" 31KERNEL_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)}"