summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-02-15 12:31:58 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-02-15 14:40:55 -0500
commit99913c5a6cfb18f291ecd9678b03b02d44e46968 (patch)
treea01259e68e97dc5496685768a9f33f26d8ffe31b /conf
parent8bc0f125d37145ddc6ddc8ca6290452e723f48aa (diff)
downloadmeta-ti-99913c5a6cfb18f291ecd9678b03b02d44e46968.tar.gz
conf/machine: add LCD-specific DTB entries for dra7/am57/k2g
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am57xx-evm.conf4
-rw-r--r--conf/machine/dra7xx-evm.conf8
-rw-r--r--conf/machine/k2g-evm.conf2
3 files changed, 7 insertions, 7 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index ec634187..eef98f2c 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -14,8 +14,8 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
14 14
15KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb \ 15KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb \
16 am57xx-evm.dtb am57xx-evm-reva3.dtb \ 16 am57xx-evm.dtb am57xx-evm-reva3.dtb \
17 am571x-idk.dtb \ 17 am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \
18 am572x-idk.dtb" 18 am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb"
19 19
20UBOOT_MACHINE = "am57xx_evm_config" 20UBOOT_MACHINE = "am57xx_evm_config"
21 21
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 6049914a..86d2dbf7 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -12,10 +12,10 @@ SERIAL_CONSOLE = ""
12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
14 14
15KERNEL_DEVICETREE = "dra7-evm.dtb \ 15KERNEL_DEVICETREE = "dra7-evm.dtb dra7-evm-lcd-lg.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \
16 dra72-evm.dtb \ 16 dra72-evm.dtb dra72-evm-lcd-lg.dtb dra72-evm-lcd-osd101t2045.dtb dra72-evm-lcd-osd101t2587.dtb \
17 dra72-evm-revc.dtb \ 17 dra72-evm-revc.dtb dra72-evm-revc-lcd-osd101t2045.dtb dra72-evm-revc-lcd-osd101t2587.dtb \
18 dra71-evm.dtb" 18 dra71-evm.dtb dra71-evm-lcd-auo-g101evn01.0.dtb"
19 19
20UBOOT_MACHINE = "dra7xx_evm_config" 20UBOOT_MACHINE = "dra7xx_evm_config"
21 21
diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf
index b8e55e40..d7bf609f 100644
--- a/conf/machine/k2g-evm.conf
+++ b/conf/machine/k2g-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/k2g.inc
6 6
7MACHINE_FEATURES += "alsa opencl" 7MACHINE_FEATURES += "alsa opencl"
8 8
9KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-ice.dtb" 9KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-evm-lcd.dtb keystone-k2g-ice.dtb"
10 10
11UBOOT_MACHINE = "k2g_evm_config" 11UBOOT_MACHINE = "k2g_evm_config"
12 12