From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6983C54E60 for ; Thu, 14 Mar 2024 18:30:31 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.342.1710441021783646283 for ; Thu, 14 Mar 2024 11:30:22 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id ED5BB40952; Thu, 14 Mar 2024 18:30:20 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w_I_jlGvnaKY; Thu, 14 Mar 2024 18:30:20 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 5910D406B5; Thu, 14 Mar 2024 18:30:16 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id 604E0163ED9; Thu, 14 Mar 2024 14:30:15 -0400 (EDT) Date: Thu, 14 Mar 2024 14:30:15 -0400 From: Denys Dmytriyenko To: "Kumar, Udit" Cc: meta-ti@lists.yoctoproject.org, sbellary@baylibre.com, sinthu.raja@mistralsolutions.com, reatmon@ti.com Subject: Re: [meta-ti][kirkstone][PATCH v2] conf: machine: am57xx: export ov10635 camera device tree overlay Message-ID: <20240314183015.GN6072@denix.org> References: <20240312171132.1330699-1-u-kumar1@ti.com> <20240312215009.GL6072@denix.org> <712e0516-202a-4a47-905b-6edb5ab4f079@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <712e0516-202a-4a47-905b-6edb5ab4f079@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 14 Mar 2024 18:30:31 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/17532 On Wed, Mar 13, 2024 at 10:13:47AM +0530, Kumar, Udit wrote: > > On 3/13/2024 3:20 AM, Denys Dmytriyenko wrote: > >On Tue, Mar 12, 2024 at 10:41:32PM +0530, Udit Kumar via lists.yoctoproject.org wrote: > >>Signed-off-by: Udit Kumar > >>--- > >>Changelog: > >>Changes in v2: > >>1) Updated subject of patch > >>2) moved overlay to KERNEL_DEVICETREE_PREFIX > >>link to v1: > >>https://lore.kernel.org/all/20240311111359.1556157-1-u-kumar1@ti.com/ > >> > >> meta-ti-bsp/conf/machine/am57xx-evm.conf | 1 + > >> 1 file changed, 1 insertion(+) > >> > >>diff --git a/meta-ti-bsp/conf/machine/am57xx-evm.conf b/meta-ti-bsp/conf/machine/am57xx-evm.conf > >>index 43a6a833..8bcf20ea 100644 > >>--- a/meta-ti-bsp/conf/machine/am57xx-evm.conf > >>+++ b/meta-ti-bsp/conf/machine/am57xx-evm.conf > >>@@ -10,6 +10,7 @@ SERIAL_CONSOLES = "115200;ttyS2" > >> KERNEL_DEVICETREE_PREFIX = " \ > >> am57 \ > > > >>+ ov10635 \ > >> ti/ov10635 \ > >What is the difference between these 2 entries? Which one is correct? > > > Kernel 5.10 is hosting inside ti folder (arch/arm/boot/dts/ti/ov10635.dts) > > whereas in 6.1 moved to base folder. (./arch/arm/boot/dts/ov10635.dtso) There's no 5.10 kernel in meta-ti any more. -- Denys