diff options
author | Praneeth Bajjuri <praneeth@ti.com> | 2022-05-17 16:53:37 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-05-18 09:31:41 -0500 |
commit | c451221ad89d96be532f45a81e5a30347e5d2f8b (patch) | |
tree | edc304830a42a9a60f88ef24023c5ae6faaa7670 /conf | |
parent | 6482bfded3260d4a0392f01629287050decefcc1 (diff) | |
download | meta-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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am62xx-evm.conf | 2 |
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 | ||
9 | KERNEL_DEVICETREE = " \ | 9 | KERNEL_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 | ||