From 8ec0047a595901cf8bc999aecf368e093f74d609 Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Fri, 30 Apr 2021 15:17:46 -0500 Subject: conf: am65xx-evm: ReIntroduce AM65 SR1.0 overlay ReIntroduce AM65x SR1.0 Overlay as the support for it is added in the ti-linux-5.10.y kernel now. Reviewed-by: Suman Anna Signed-off-by: Praneeth Bajjuri --- conf/machine/include/am65xx.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc index 28733b2b..7cc3ddcc 100644 --- a/conf/machine/include/am65xx.inc +++ b/conf/machine/include/am65xx.inc @@ -8,8 +8,10 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" KERNEL_DEVICETREE = " \ ti/k3-am654-base-board.dtb \ + ti/k3-am654-base-board-sr1.dtbo \ ti/k3-am654-gp.dtbo \ ti/k3-am654-idk.dtbo \ + ti/k3-am654-idk-sr1.dtbo \ ti/k3-am654-sr1.dtbo \ ti/k3-am654-pcie-usb2.dtbo \ ti/k3-am654-pcie-usb3.dtbo \ -- cgit