summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2022-05-17 16:53:37 -0500
committerRyan Eatmon <reatmon@ti.com>2022-05-18 09:31:41 -0500
commitc451221ad89d96be532f45a81e5a30347e5d2f8b (patch)
treeedc304830a42a9a60f88ef24023c5ae6faaa7670
parent6482bfded3260d4a0392f01629287050decefcc1 (diff)
downloadmeta-ti-c451221ad89d96be532f45a81e5a30347e5d2f8b.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>
-rw-r--r--conf/machine/am62xx-evm.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/am62xx-evm.conf b/conf/machine/am62xx-evm.conf
index 195cb90c..cbab26dd 100644
--- a/conf/machine/am62xx-evm.conf
+++ b/conf/machine/am62xx-evm.conf
@@ -8,6 +8,8 @@ MACHINE_FEATURES += "gpu"
8 8
9KERNEL_DEVICETREE = " \ 9KERNEL_DEVICETREE = " \
10 ti/k3-am625-sk.dtb \ 10 ti/k3-am625-sk.dtb \
11 ti/k3-am625-skeleton.dtb \
12 ti/k3-am625-sk-lpmdemo.dtb \
11 ti/k3-am625-sk-csi2-ov5640.dtbo \ 13 ti/k3-am625-sk-csi2-ov5640.dtbo \
12" 14"
13 15