From 3f7375b6d196d66c226197b1e9718bc148fafe10 Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Tue, 8 Jun 2021 19:16:00 -0500 Subject: [PATCH] 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 --- conf/machine/j7-evm.conf | 1 + 1 file changed, 1 insertion(+) 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}" KERNEL_DEVICETREE = " \ ti/k3-j721e-common-proc-board.dtb \ + ti/k3-j721e-proc-board-tps65917.dtb \ ti/k3-j721e-common-proc-board-infotainment.dtbo \ "