Module: meta-ti Branch: master Commit: 99913c5a6cfb18f291ecd9678b03b02d44e46968 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=99913c5a6cfb18f291ecd9678b03b02d44e46968
Author: Denys Dmytriyenko <[email protected]> Date: Wed Feb 15 12:31:58 2017 +0000 conf/machine: add LCD-specific DTB entries for dra7/am57/k2g Signed-off-by: Denys Dmytriyenko <[email protected]> --- conf/machine/am57xx-evm.conf | 4 ++-- conf/machine/dra7xx-evm.conf | 8 ++++---- conf/machine/k2g-evm.conf | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index ec63418..eef98f2 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf @@ -14,8 +14,8 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb \ am57xx-evm.dtb am57xx-evm-reva3.dtb \ - am571x-idk.dtb \ - am572x-idk.dtb" + am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \ + am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb" UBOOT_MACHINE = "am57xx_evm_config" diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 6049914..86d2dbf 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf @@ -12,10 +12,10 @@ SERIAL_CONSOLE = "" SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" -KERNEL_DEVICETREE = "dra7-evm.dtb \ - dra72-evm.dtb \ - dra72-evm-revc.dtb \ - dra71-evm.dtb" +KERNEL_DEVICETREE = "dra7-evm.dtb dra7-evm-lcd-lg.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \ + dra72-evm.dtb dra72-evm-lcd-lg.dtb dra72-evm-lcd-osd101t2045.dtb dra72-evm-lcd-osd101t2587.dtb \ + dra72-evm-revc.dtb dra72-evm-revc-lcd-osd101t2045.dtb dra72-evm-revc-lcd-osd101t2587.dtb \ + dra71-evm.dtb dra71-evm-lcd-auo-g101evn01.0.dtb" UBOOT_MACHINE = "dra7xx_evm_config" diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf index b8e55e4..d7bf609 100644 --- a/conf/machine/k2g-evm.conf +++ b/conf/machine/k2g-evm.conf @@ -6,7 +6,7 @@ require conf/machine/include/k2g.inc MACHINE_FEATURES += "alsa opencl" -KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-ice.dtb" +KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-evm-lcd.dtb keystone-k2g-ice.dtb" UBOOT_MACHINE = "k2g_evm_config" -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
