summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2021-06-08 19:16:00 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2021-06-10 08:19:17 -0500
commit3f7375b6d196d66c226197b1e9718bc148fafe10 (patch)
treef7e0c6418c9dfefd21b7a3b806592c85c1673c15
parent65a60dc3494cbef4319903a3431c6b63bbe26acd (diff)
downloadmeta-ti-3f7375b6d196d66c226197b1e9718bc148fafe10.tar.gz
conf: j7-evm: ReIntroduce pm1 SOM with tps65917 PMIC
commit 8b206b32ec18 ("conf: j7-evm: Remove unavailable dtb/o from 5.10 kernel") removed all non-existent dtb* for j7-evm as they were not available on linux 5.10 branch at that time. Since the support for pm1 SOM with tps65917 PMIC is added in ti-linux-5.10.y by commit dd97d0bbafb7 ("arm64: dts: ti: k3-j721e: Add support for pm1 SOM with tps65917 PMIC") This patch adds the support back with the supported dtb. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--conf/machine/j7-evm.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
index 4e9d18a7..6bdb3cf1 100644
--- a/conf/machine/j7-evm.conf
+++ b/conf/machine/j7-evm.conf
@@ -11,6 +11,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
11 11
12KERNEL_DEVICETREE = " \ 12KERNEL_DEVICETREE = " \
13 ti/k3-j721e-common-proc-board.dtb \ 13 ti/k3-j721e-common-proc-board.dtb \
14 ti/k3-j721e-proc-board-tps65917.dtb \
14 ti/k3-j721e-common-proc-board-infotainment.dtbo \ 15 ti/k3-j721e-common-proc-board-infotainment.dtbo \
15" 16"
16 17