diff options
author | Yogesh Siraswar <yogeshs@ti.com> | 2021-11-01 15:32:56 -0400 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-11-05 23:48:09 +0000 |
commit | 69b0c997eac60591fbbb8a5ca4d8b34324ca1ec5 (patch) | |
tree | 41ecbd933ca3344ca486e103934d5589863ee6d9 /conf/machine | |
parent | 665de4e0bfc3326be323b90c12c484b79072b29c (diff) | |
download | meta-ti-69b0c997eac60591fbbb8a5ca4d8b34324ca1ec5.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>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'conf/machine')
-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" |