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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 61F66C433FE for ; Thu, 3 Nov 2022 06:13:55 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 697A984F6E; Thu, 3 Nov 2022 07:13:53 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="Vc5A1PnJ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id F241B84EF6; Thu, 3 Nov 2022 07:13:51 +0100 (CET) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6652084EF6 for ; Thu, 3 Nov 2022 07:13:49 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=d-gole@ti.com Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 2A36DmRH120592 for ; Thu, 3 Nov 2022 01:13:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1667456028; bh=4L8VhyIPJ13tWXtmO1SHPMnpc3fw209LkSN4qB2iff4=; h=Date:Subject:To:References:From:In-Reply-To; b=Vc5A1PnJyqN1oln+Vt8o1D3PM2TwHdKQPwVfnbGxDCQaz+hC/yS8Z8WJhNjH1yGDA zaE8RccioiIC/l0JdIYcfMn/TQDScUJhQQacKsPWhRL8YgE4NqlE3750mIFSBeZW5Q zIH3Gl6cDJcqSl2iQiVDI8CxyJIr3r+qpY7ePPt0= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 2A36DlcH005399 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 3 Nov 2022 01:13:48 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6; Thu, 3 Nov 2022 01:13:47 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6 via Frontend Transport; Thu, 3 Nov 2022 01:13:47 -0500 Received: from [10.250.234.171] (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 2A36DjWf072957 for ; Thu, 3 Nov 2022 01:13:47 -0500 Message-ID: Date: Thu, 3 Nov 2022 11:43:45 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH 1/3] arm: dts: k3-am62x: sync dt with linux kernel Content-Language: en-US To: References: <20221027145311.523528-1-d-gole@ti.com> <20221027145311.523528-2-d-gole@ti.com> <20221103052101.l77rsp4siutbe72n@scientist> From: Dhruva Gole In-Reply-To: <20221103052101.l77rsp4siutbe72n@scientist> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Hi Nishanth, On 03/11/22 10:51, Nishanth Menon wrote: > On 20:23-20221027, Dhruva Gole wrote: >> Sync the DT Files with linux kernel (tag v6.0.3) > I dont see why we are'nt syncing all k3 dts files? > > That should be a separate series of it's own. And please use linus's tag > like v6.0 instead of a stable tag. Okay, will keep this in mind henceforth. However I do believe that the DT sync in this particular case is the same as for the v6.0 tag as well. > > Please ensure to send verification logs over gist.github.com or I have already included boot logs for k3-am625-sk evm in the cover letter of this series: https://lore.kernel.org/u-boot/20221027145311.523528-1-d-gole@ti.com/ > someplace similar to indicate success of boot of k3 platforms. > > > [...] -- Best regards, Dhruva Gole Texas Instruments Incorporated