summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-02-26 07:43:51 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-02-26 21:26:42 +0000
commit4a500e31584b82c32e83920a213b3f5d43eb1e79 (patch)
tree632c0fa7b041bf83268ea307e0fcb546a1ea4bca
parenta85fd20e05000adb89c2d722403016ee0e1a842c (diff)
downloadmeta-ti-4a500e31584b82c32e83920a213b3f5d43eb1e79.tar.gz
dra7xx-evm.conf: re-enable LCD specific DTBs
This reverts commit f05488f6c0a98c4f603f638a5b74bba18415ec59. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/dra7xx-evm.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index adfdcdff..84d1d15b 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -11,9 +11,10 @@ IMAGE_FSTYPES += "tar.xz"
11SERIAL_CONSOLES = "115200;ttyS0" 11SERIAL_CONSOLES = "115200;ttyS0"
12 12
13KERNEL_DEVICETREE = " \ 13KERNEL_DEVICETREE = " \
14 dra7-evm.dtb \ 14 dra7-evm.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \
15 dra71-evm.dtb \ 15 dra71-evm.dtb dra71-evm-lcd-auo-g101evn01.0.dtb \
16 dra72-evm.dtb dra72-evm-revc.dtb \ 16 dra72-evm.dtb dra72-evm-lcd-osd101t2045.dtb dra72-evm-lcd-osd101t2587.dtb \
17 dra72-evm-revc.dtb dra72-evm-revc-lcd-osd101t2045.dtb dra72-evm-revc-lcd-osd101t2587.dtb \
17 dra76-evm.dtb \ 18 dra76-evm.dtb \
18" 19"
19 20