diff options
author | Yogesh Siraswar <yogeshs@ti.com> | 2021-10-12 10:19:39 +0000 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-10-19 04:07:40 +0000 |
commit | 6cea06c3e21ec23f57559eefb918383d20898c40 (patch) | |
tree | 8d46f00d9072420771cca68eefa08ae5e661fe08 /conf/machine/dra7xx-evm.conf | |
parent | 537ef85437beef7684f1f919d7293fb6cd85ae7c (diff) | |
download | meta-ti-6cea06c3e21ec23f57559eefb918383d20898c40.tar.gz |
conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10
This reverts commit 8bdfe1413c00e0c55132989dafcf8d91827999c3.
Introduces existent dtb and dtbo for dra7x
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'conf/machine/dra7xx-evm.conf')
-rw-r--r-- | conf/machine/dra7xx-evm.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index ad4b0263..db4a5e1c 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf | |||
@@ -10,10 +10,18 @@ SERIAL_CONSOLES = "115200;ttyS0" | |||
10 | 10 | ||
11 | KERNEL_DEVICETREE = " \ | 11 | KERNEL_DEVICETREE = " \ |
12 | dra7-evm.dtb \ | 12 | dra7-evm.dtb \ |
13 | ti/dra7x-evm-osd-lcd-common.dtbo \ | ||
13 | dra71-evm.dtb \ | 14 | dra71-evm.dtb \ |
15 | dra71-evm-nand.dtb \ | ||
16 | ti/dra71-evm-lcd-auo-g101evn01.0.dtbo \ | ||
14 | dra72-evm.dtb \ | 17 | dra72-evm.dtb \ |
15 | dra72-evm-revc.dtb \ | 18 | dra72-evm-revc.dtb \ |
19 | ti/dra72-evm-touchscreen.dtbo \ | ||
20 | ti/dra74-evm-touchscreen.dtbo \ | ||
16 | dra76-evm.dtb \ | 21 | dra76-evm.dtb \ |
22 | ti/dra76-evm-tfp410.dtbo \ | ||
23 | ti/lcd-osd101t2045.dtbo \ | ||
24 | ti/lcd-osd101t2587.dtbo \ | ||
17 | " | 25 | " |
18 | 26 | ||
19 | UBOOT_MACHINE = "dra7xx_evm_config" | 27 | UBOOT_MACHINE = "dra7xx_evm_config" |