summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/am57xx-evm.conf11
-rw-r--r--conf/machine/dra7xx-evm.conf14
2 files changed, 21 insertions, 4 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 2e39a088..3b0c18af 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -9,13 +9,22 @@ MACHINE_FEATURES += "touchscreen"
SERIAL_CONSOLES = "115200;ttyS2"
KERNEL_DEVICETREE = " \
- am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb \
+ am57xx-beagle-x15.dtb \
+ am57xx-beagle-x15-revb1.dtb \
+ am57xx-beagle-x15-revc.dtb \
am5729-beagleboneai.dtb \
am57xx-evm.dtb \
+ am57xx-evm-cam-ov10635.dtb \
am57xx-evm-reva3.dtb \
+ am57xx-evm-reva3-cam-ov10635.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 \
am574x-idk.dtb \
+ am574x-idk-lcd-osd101t2587.dtb \
"
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)}"
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 67ce99cf..67f9a0d1 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -9,12 +9,20 @@ MACHINE_FEATURES += "touchscreen"
SERIAL_CONSOLES = "115200;ttyS0"
KERNEL_DEVICETREE = " \
- dra7-evm.dtb \
+ dra7-evm.dtb \
+ dra7-evm-lcd-osd101t2045.dtb \
+ dra7-evm-lcd-osd101t2587.dtb \
dra71-evm.dtb \
dra71-evm-nand.dtb \
- dra72-evm.dtb \
- dra72-evm-revc.dtb \
+ dra71-evm-lcd-auo-g101evn01.0.dtb \
+ dra72-evm.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 \
dra76-evm.dtb \
+ dra76-evm-tfp410.dtb \
"
UBOOT_MACHINE = "dra7xx_evm_config"