diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-02-26 07:43:50 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-02-26 21:26:37 +0000 |
commit | a85fd20e05000adb89c2d722403016ee0e1a842c (patch) | |
tree | e24d8d2414cede032048fb57f88989fe7f63d30c /conf/machine | |
parent | ac008d5540c9ae7ca48c0e025eb2d185ecbdd1a9 (diff) | |
download | meta-ti-a85fd20e05000adb89c2d722403016ee0e1a842c.tar.gz |
am57xx-evm.conf: re-enable LCD specific DTBs
This reverts commit 41ae756a805946501abe0308b401362c42fe3a9e.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/am57xx-evm.conf | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index 882a09f5..cbfe2510 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf | |||
@@ -10,10 +10,14 @@ IMAGE_FSTYPES += "tar.xz" | |||
10 | 10 | ||
11 | SERIAL_CONSOLES = "115200;ttyS2" | 11 | SERIAL_CONSOLES = "115200;ttyS2" |
12 | 12 | ||
13 | KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb \ | 13 | KERNEL_DEVICETREE = " \ |
14 | am57xx-evm.dtb am57xx-evm-cam-mt9t111.dtb am57xx-evm-cam-ov10635.dtb \ | 14 | am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb \ |
15 | am57xx-evm-reva3.dtb am57xx-evm-reva3-cam-mt9t111.dtb am57xx-evm-reva3-cam-ov10635.dtb \ | 15 | am57xx-evm.dtb am57xx-evm-cam-mt9t111.dtb am57xx-evm-cam-ov10635.dtb \ |
16 | am571x-idk.dtb am572x-idk.dtb am574x-idk.dtb" | 16 | am57xx-evm-reva3.dtb am57xx-evm-reva3-cam-mt9t111.dtb am57xx-evm-reva3-cam-ov10635.dtb \ |
17 | am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \ | ||
18 | am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb \ | ||
19 | am574x-idk.dtb am574x-idk-lcd-osd101t2587.dtb \ | ||
20 | " | ||
17 | 21 | ||
18 | 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)}" | 22 | 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)}" |
19 | 23 | ||