From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mx.groups.io with SMTP id smtpd.web10.5898.1623110807916505795 for ; Mon, 07 Jun 2021 17:06:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=SVieuyG7; spf=pass (domain: ti.com, ip: 198.47.19.142, mailfrom: praneeth@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 15806lGb087842; Mon, 7 Jun 2021 19:06:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623110807; bh=D5jKFARWxq+9JlmDxmux9N9STPkPgLB7irLW5WaPx1w=; h=From:To:CC:Subject:Date; b=SVieuyG7A2FRSPa9IUw1NZKu6ZQeH9HM6GHCqUceHBsxeMWYM6YunkcdbRE2+YpO+ yiprW+j6dwNgo3Cm0VSovBjlUH65terw0GFGZPvTLLmwj23kebXgAimqp2mNw56DBC qdk47lscMvETDhucdjKJ+R/u/NNFu+eSIBBJmgC0= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 15806lfB068962 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 7 Jun 2021 19:06:47 -0500 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Mon, 7 Jun 2021 19:06:46 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Mon, 7 Jun 2021 19:06:46 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 15806kPo002169; Mon, 7 Jun 2021 19:06:46 -0500 From: "praneeth" To: Praneeth Bajjuri , Yogesh Siraswar CC: Denys Dmytriyenko , Subject: [dunfell/master PATCH v2] conf: am65xx-evm: ReIntroduce display overlays for 5.10 Date: Mon, 7 Jun 2021 19:06:46 -0500 Message-ID: <20210608000646.12438-1-praneeth@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Content-Type: text/plain From: Praneeth Bajjuri commit 9ea50db095f9 ("conf: am65xx-evm: Remove non-existent dtb* from 5.10") removed all non-existent dtb* for am65xx-evm as they were not available on linux 5.10 branch at that time. This patch reintroduces following display overlays. - k3-am654-evm-tc358876.dtbo - k3-am654-evm-oldi-lcd1evm.dtbo 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 7cc3ddcc..8516ca4c 100644 --- a/conf/machine/include/am65xx.inc +++ b/conf/machine/include/am65xx.inc @@ -15,6 +15,8 @@ KERNEL_DEVICETREE = " \ ti/k3-am654-sr1.dtbo \ ti/k3-am654-pcie-usb2.dtbo \ ti/k3-am654-pcie-usb3.dtbo \ + ti/k3-am654-evm-tc358876.dtbo \ + ti/k3-am654-evm-oldi-lcd1evm.dtbo \ " BBMULTICONFIG += "k3r5-sr2" -- 2.17.1