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 E5707C433F5 for ; Fri, 15 Apr 2022 16:28:54 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1970283935; Fri, 15 Apr 2022 18:28:53 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.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=konsulko.com header.i=@konsulko.com header.b="aClxepMS"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id AA8BD83894; Fri, 15 Apr 2022 18:28:51 +0200 (CEST) Received: from mail-qv1-xf34.google.com (mail-qv1-xf34.google.com [IPv6:2607:f8b0:4864:20::f34]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 3D95B83935 for ; Fri, 15 Apr 2022 18:28:49 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf34.google.com with SMTP id a10so6757348qvm.8 for ; Fri, 15 Apr 2022 09:28:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=X2e19LP90unRjn536WhJSGuN8acgu25VV+PQptmLH7w=; b=aClxepMSuCmg2KuLvWKcgRnlGB4DfQzIUMUqLyK2cOO0kVtZ8GBH2//Qu/0RbFb/uT 6uMLnXp0uQ1bvIHuQBjejRPZASunvdTrj0+Y68h/OAqhJbTYsGdXBxc8veXYiBFWhyFk inLAnvtGOd7t/XPWorQt2dlMe13CuNJMHr8Lw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=X2e19LP90unRjn536WhJSGuN8acgu25VV+PQptmLH7w=; b=rrzWmcrR06GbtZyxgq+N/lPynJjmbIdj0r7dwDX3ocuNH657hzvvqkRAaGs85vKNwR awLhWAaE02cyqNQled4cae1nb41JdfvkecByNSO9MA5LYizIqEmOTMa3qQ+w1arrI9ee GtWzkGP1CxHQHKOpsj0GwDLcqiHOEo2eq47GJCAVv6LWgbTfY34e2dBxFaVO1TB7k5T/ 0Htj8OlRFw8rCfOu61EHRdiOfqQXD4pPHHZrcqfpn0hvx3aQfA+drKBvPxwQZLC0xKCa CsEAYdRPw6cHOfwuymO74U48d9pYIP6OMlsfSF/02hxmc709Jxd1bNXgnxOpPby+/ntR D92A== X-Gm-Message-State: AOAM532Vaw2gsylNKNkZpQ3Ao02t1X7Y0bqcQdoqq2FH7pa6oTKS2Im5 mRjkQ3PpRyfuCnWzZXpCnFBmFg== X-Google-Smtp-Source: ABdhPJwWdnyFJxQ9skLr1dUGF6PdHHfOmP5eEcCgLs+cTrWKWZoN3Z+FDqcekqKGm59owLynwPXJqA== X-Received: by 2002:ad4:5dc9:0:b0:443:b9e9:31ee with SMTP id m9-20020ad45dc9000000b00443b9e931eemr12724qvh.111.1650040127918; Fri, 15 Apr 2022 09:28:47 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id o9-20020ac87c49000000b002f13658d1b3sm3081702qtv.19.2022.04.15.09.28.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Apr 2022 09:28:47 -0700 (PDT) Date: Fri, 15 Apr 2022 12:28:44 -0400 From: Tom Rini To: Vignesh Raghavendra Cc: Dave Gerlach , Lukasz Majewski , Sean Anderson , Peng Fan , Jaehoon Chung , Simon Glass , Suman Anna , Nishanth Menon , Aswath Govindraju , Bryan Brattlof , u-boot@lists.denx.de, Georgi Vlaev Subject: Re: [PATCH 07/11] arm: dts: Introduce base AM62 SoC dtsi files Message-ID: <20220415162844.GD14282@bill-the-cat> References: <20220415140931.490047-1-vigneshr@ti.com> <20220415140931.490047-8-vigneshr@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ZvsqZAiUjfQrxP1n" Content-Disposition: inline In-Reply-To: <20220415140931.490047-8-vigneshr@ti.com> X-Clacks-Overhead: GNU Terry Pratchett 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.5 at phobos.denx.de X-Virus-Status: Clean --ZvsqZAiUjfQrxP1n Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 15, 2022 at 07:39:27PM +0530, Vignesh Raghavendra wrote: > From: Suman Anna >=20 > Introduce the basic AM62 SoC description dtsi files. While doing this, > lets reuse the DDR controller definition from AM64 as the instance is > the same >=20 > Signed-off-by: Gowtham Tammana > Signed-off-by: Suman Anna > Signed-off-by: Vignesh Raghavendra > --- > arch/arm/dts/k3-am62-ddr.dtsi | 11 + > arch/arm/dts/k3-am62-main.dtsi | 503 +++++++++++++++++++++++++++++++ > arch/arm/dts/k3-am62-mcu.dtsi | 36 +++ > arch/arm/dts/k3-am62-wakeup.dtsi | 41 +++ > arch/arm/dts/k3-am62.dtsi | 105 +++++++ > arch/arm/dts/k3-am625.dtsi | 103 +++++++ > 6 files changed, 799 insertions(+) Since the commit doesn't say, what is the status of this with upstream Linux kernel? Thanks. --=20 Tom --ZvsqZAiUjfQrxP1n Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJZnTwACgkQFHw5/5Y0 tyykhgv+JLsvPNAgU698Ja3H9htTPjzJOhv+ZvktOvWAf+ezcwqxpZ4YTBW6QV0v eAuViMBMLLUGHgC8f6a1ZEni8kggrH4v1NiNTZAB9MTQ0ObRoaqkp8CJ5kkpUR70 dh8NazAmJiUFtrrtv7UrC/AF/oUX19m/8/MhZQUMYJxH+Sp3ZtGjIJvFHAwBLpag aOqQMjnY+3CX7m1XAl38FnCx1Atn0RpA3TPjQeIr5SJkZIxKu+jUkLuz8TDLauDY 9Nj1GZtG61A+crv9D1h9honq2tb7ss90SeRaK0XyTElfaBRutrPgTrRlDaQiM+FD yFYHyvOwYioPMw/zzQhR+1QFFQkXGTTlD41h1cCUB8vFJImC3p1WQPqTSDgpiBSv 7+KQpKYZsUsVBXis5CxUaTYRGR+DYoTGvpZBFzcRfyNzU9GCja3lUXHPiVTbFWgj NICiWPDQs9gyH62Pm9DZe23KEpquV61KA7otievYSEKmbo+BrEKa/uNTAokHKdXt Wg9/HA9j =/nfe -----END PGP SIGNATURE----- --ZvsqZAiUjfQrxP1n--