summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2021-04-27 23:16:50 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2021-04-27 23:20:58 -0500
commit4327c8981623d22c5c73d3194959d7fe70aae112 (patch)
tree8c1bd1fff202b8b3ec1c7ca96efdb198f2de0a78
parent4c3481159e20b978f6100c410f1a531a9510b3a5 (diff)
downloadmeta-ti-4327c8981623d22c5c73d3194959d7fe70aae112.tar.gz
conf: am65xx-evm: ReIntroduce existent dtbo 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 overlays present current on ti-linux-5.10.y kernel. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--conf/machine/include/am65xx.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc
index 2a813f20..28733b2b 100644
--- a/conf/machine/include/am65xx.inc
+++ b/conf/machine/include/am65xx.inc
@@ -8,6 +8,11 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
8 8
9KERNEL_DEVICETREE = " \ 9KERNEL_DEVICETREE = " \
10 ti/k3-am654-base-board.dtb \ 10 ti/k3-am654-base-board.dtb \
11 ti/k3-am654-gp.dtbo \
12 ti/k3-am654-idk.dtbo \
13 ti/k3-am654-sr1.dtbo \
14 ti/k3-am654-pcie-usb2.dtbo \
15 ti/k3-am654-pcie-usb3.dtbo \
11" 16"
12 17
13BBMULTICONFIG += "k3r5-sr2" 18BBMULTICONFIG += "k3r5-sr2"