summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2022-09-13 03:54:44 +0000
committerRyan Eatmon <reatmon@ti.com>2022-09-22 11:23:07 -0500
commitafcf8534ed668bc00c397ae4b1c72280bbf4a47d (patch)
treea399fd71576a225527596eb8663e6271dd1c5ed7 /meta-ti-bsp/conf
parenta62d226839db7057f607ed0418787155d04e25bc (diff)
downloadmeta-ti-afcf8534ed668bc00c397ae4b1c72280bbf4a47d.tar.gz
conf: machine: am62xx: add new dtb for low-power
The following commits in ti-linux-5.10.y kernel has introduced new dtbs. a minimal skeleton and a lpm (low-power-mode) demo dtb. commit c161df7b1ea0 ("arm64: dts: ti: Introduce k3-am625-sk-lpmdemo") commit 61df7fcf9307 ("arm64: dts: ti: introduce minimal dt for am625") This patch on am62xx conf is to include the new dtbs. Reported-by: Dave Gerlach <d-gerlach@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/machine/am62xx-evm.conf
index 6f097e77..73859d5f 100644
--- a/meta-ti-bsp/conf/machine/am62xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf
@@ -6,6 +6,8 @@ require conf/machine/include/am62xx.inc
6 6
7KERNEL_DEVICETREE = " \ 7KERNEL_DEVICETREE = " \
8 ti/k3-am625-sk.dtb \ 8 ti/k3-am625-sk.dtb \
9 ti/k3-am625-skeleton.dtb \
10 ti/k3-am625-sk-lpmdemo.dtb \
9 ti/k3-am625-sk-csi2-ov5640.dtbo \ 11 ti/k3-am625-sk-csi2-ov5640.dtbo \
10" 12"
11 13