From 5e69ad279197279e3a098ea0244e9ec39e695359 Mon Sep 17 00:00:00 2001 From: Aradhya Bhatia Date: Fri, 10 Feb 2023 09:24:01 +0530 Subject: [PATCH] conf: machine: am62xx-lp-evm: Add OLDI Panel overlay Add the Microtips OLDI Panel DT overlay for AM62 LP SK. Signed-off-by: Aradhya Bhatia Reviewed-by: Praneeth Bajjuri Signed-off-by: Ryan Eatmon --- conf/machine/am62xx-lp-evm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/am62xx-lp-evm.conf b/conf/machine/am62xx-lp-evm.conf index 3230b84d..5efca18d 100644 --- a/conf/machine/am62xx-lp-evm.conf +++ b/conf/machine/am62xx-lp-evm.conf @@ -11,6 +11,7 @@ KERNEL_DEVICETREE = " \ ti/k3-am625-skeleton.dtb \ ti/k3-am625-sk-lpmdemo.dtb \ ti/k3-am625-sk-csi2-ov5640.dtbo \ + ti/k3-am62x-lp-sk-oldi-panel.dtbo \ " SPL_BINARY = "tispl.bin_HS"