diff options
author | Praneeth Bajjuri <praneeth@ti.com> | 2021-06-07 19:06:46 -0500 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-07-13 17:46:39 +0000 |
commit | 15f5bd975399c84fd817e31d7ced51a838fa3b39 (patch) | |
tree | e0c97f790c567c36a9fb5c9fb5d9b123b96216ff /conf/machine | |
parent | f755d7380977ce13c8071ac01a0f7c40ed31da17 (diff) | |
download | meta-ti-15f5bd975399c84fd817e31d7ced51a838fa3b39.tar.gz |
conf: am65xx-evm: ReIntroduce display overlays for 5.10
commit 9ea50db095f9 ("conf: am65xx-evm: Remove non-existent dtb* from 5.10")
removed all non-existent dtb* for am65xx-evm as they were not
available on linux 5.10 branch at that time.
This patch reintroduces following display overlays.
- k3-am654-evm-tc358876.dtbo
- k3-am654-evm-oldi-lcd1evm.dtbo
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/am65xx.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc index 7cc3ddcc..8516ca4c 100644 --- a/conf/machine/include/am65xx.inc +++ b/conf/machine/include/am65xx.inc | |||
@@ -15,6 +15,8 @@ KERNEL_DEVICETREE = " \ | |||
15 | ti/k3-am654-sr1.dtbo \ | 15 | ti/k3-am654-sr1.dtbo \ |
16 | ti/k3-am654-pcie-usb2.dtbo \ | 16 | ti/k3-am654-pcie-usb2.dtbo \ |
17 | ti/k3-am654-pcie-usb3.dtbo \ | 17 | ti/k3-am654-pcie-usb3.dtbo \ |
18 | ti/k3-am654-evm-tc358876.dtbo \ | ||
19 | ti/k3-am654-evm-oldi-lcd1evm.dtbo \ | ||
18 | " | 20 | " |
19 | 21 | ||
20 | BBMULTICONFIG += "k3r5-sr2" | 22 | BBMULTICONFIG += "k3r5-sr2" |