[dunfell] conf: machine: am62xx: add new dtb for low-power

Message ID 20220517215337.30354-1-praneeth@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [dunfell] conf: machine: am62xx: add new dtb for low-power | expand

Commit Message

Bajjuri, Praneeth May 17, 2022, 9:53 p.m. UTC
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>
---
 conf/machine/am62xx-evm.conf | 2 ++
 1 file changed, 2 insertions(+)

Patch

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"
 
 KERNEL_DEVICETREE = " \
     ti/k3-am625-sk.dtb \
+    ti/k3-am625-skeleton.dtb \
+    ti/k3-am625-sk-lpmdemo.dtb \
     ti/k3-am625-sk-csi2-ov5640.dtbo \
 "