diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/am57xx-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/am57xx-evm.conf | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/meta-ti-bsp/conf/machine/am57xx-evm.conf b/meta-ti-bsp/conf/machine/am57xx-evm.conf index b3525a0b..9b12f383 100644 --- a/meta-ti-bsp/conf/machine/am57xx-evm.conf +++ b/meta-ti-bsp/conf/machine/am57xx-evm.conf | |||
@@ -8,24 +8,26 @@ MACHINE_FEATURES += "touchscreen" | |||
8 | 8 | ||
9 | SERIAL_CONSOLES = "115200;ttyS2" | 9 | SERIAL_CONSOLES = "115200;ttyS2" |
10 | 10 | ||
11 | KERNEL_DEVICETREE_PREFIX = " \ | ||
12 | am57 \ | ||
13 | ti/am57 \ | ||
14 | ti/lcd \ | ||
15 | ti/ov10635 \ | ||
16 | " | ||
17 | |||
18 | KERNEL_DEVICETREE_DTBMERGE = " \ | ||
19 | am57xx-evm.dtb \ | ||
20 | am57xx-evm-reva3.dtb \ | ||
21 | " | ||
22 | |||
11 | KERNEL_DEVICETREE = " \ | 23 | KERNEL_DEVICETREE = " \ |
12 | am57xx-beagle-x15.dtb \ | 24 | am57xx-beagle-x15.dtb \ |
13 | am57xx-beagle-x15-revb1.dtb \ | 25 | am57xx-beagle-x15-revb1.dtb \ |
14 | am57xx-beagle-x15-revc.dtb \ | 26 | am57xx-beagle-x15-revc.dtb \ |
15 | am5729-beagleboneai.dtb \ | 27 | am5729-beagleboneai.dtb \ |
16 | ${@oe.utils.conditional('PREFERRED_PROVIDER_virtual/kernel', 'linux-ti-mainline', '', 'am57xx-evm.dtb', d)} \ | ||
17 | ti/am57xx-evm-common.dtbo \ | ||
18 | ${@oe.utils.conditional('PREFERRED_PROVIDER_virtual/kernel', 'linux-ti-mainline', '', 'am57xx-evm-reva3.dtb', d)} \ | ||
19 | ti/am57xx-evm-reva3.dtbo \ | ||
20 | am571x-idk.dtb \ | 28 | am571x-idk.dtb \ |
21 | ti/am571x-idk-touchscreen.dtbo \ | ||
22 | am572x-idk.dtb \ | 29 | am572x-idk.dtb \ |
23 | am574x-idk.dtb \ | 30 | am574x-idk.dtb \ |
24 | ti/am57xx-idk-osd-lcd-common.dtbo \ | ||
25 | ti/am572x-idk-touchscreen.dtbo \ | ||
26 | ti/lcd-osd101t2587.dtbo \ | ||
27 | ti/lcd-osd101t2045.dtbo \ | ||
28 | ${@oe.utils.conditional('PREFERRED_PROVIDER_virtual/kernel', 'linux-ti-mainline', '', 'ti/ov10635.dtbo', d)} \ | ||
29 | " | 31 | " |
30 | 32 | ||
31 | 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)}" | 33 | 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)}" |