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 45161FA3740 for ; Thu, 27 Oct 2022 13:06:13 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 82A1D84E9E; Thu, 27 Oct 2022 15:06:11 +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="OE8V5vxP"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 3418484E9E; Thu, 27 Oct 2022 15:06:10 +0200 (CEST) Received: from mail-qv1-xf2c.google.com (mail-qv1-xf2c.google.com [IPv6:2607:f8b0:4864:20::f2c]) (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 3080584D78 for ; Thu, 27 Oct 2022 15:06:07 +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-xf2c.google.com with SMTP id mi9so1175540qvb.8 for ; Thu, 27 Oct 2022 06:06:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=2/JEDzghDFs8jm958/culjMk9xOntfmARPbQogJH9dQ=; b=OE8V5vxPk5GnlokjBae15bOI9hAvOeewX0zXHomdS6aB9sDTiEROZDk3JquEu5aIfW fM8DTjA4Gv50O3IPpFOVQA8rQI2jx4aLtHhtbTu132zaJPkdnUSeS45PsQ+4ytQGZrHR 7T9DxJ3fvu/gGQbDt7cvgSkWcu7ZcE4XxlixI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=2/JEDzghDFs8jm958/culjMk9xOntfmARPbQogJH9dQ=; b=r/0ucKx2++p8vhGyMOeAlGt2qPocq+IvK7sxfx/XLlo61ZDLAfTJYKD29slaeDKx5B 9YavRHYzt7f4jObXJRNO1do238OOFCm8dbho5KtYuj8f6zAkx+2WbI4xtNeaV3zcuJ5Z pGZcKSXyVry89/Ry/m4x/PsMBwxI2zGBzMLD62pMVENz5z+WbiElj3cFQoBK9a0edPQo lplbCtTVXhGRQsWy3rBW+m0wS3EUH9aPFN/91WcC7QU9TSv5qmRdXTaN+ct1/RCYH7b/ uhILiTpqNmZ01w6YyoKu+w3kQpp4VJnbXYe9EzwpagPq117vtDiIAB3EZ9FtDJIJmUwV oebA== X-Gm-Message-State: ACrzQf1qEiVxKLLTz2ooXpNQgHP4e2dZSoWy4S8VRS5ANThFFMHjgG0Q uhdFT8q4qW42+IREN/gPzJYYpw== X-Google-Smtp-Source: AMsMyM73EBfzSLKp1PCK5VUDOekLG3CwIyToE6mehUV26GYZkI25W7jwyijm8M8jJk8U0rZhkO6XYw== X-Received: by 2002:a05:6214:29e3:b0:4bb:a93c:6d88 with SMTP id jv3-20020a05621429e300b004bba93c6d88mr438946qvb.105.1666875965971; Thu, 27 Oct 2022 06:06:05 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-f430-99ec-b6f9-cbc9.res6.spectrum.com. [2603:6081:7b00:6400:f430:99ec:b6f9:cbc9]) by smtp.gmail.com with ESMTPSA id v12-20020a05620a0f0c00b006ce7d9dea7asm950340qkl.13.2022.10.27.06.06.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 Oct 2022 06:06:05 -0700 (PDT) Date: Thu, 27 Oct 2022 09:06:03 -0400 From: Tom Rini To: Sinthu Raja Cc: u-boot@lists.denx.de, Simon Glass , Marcel Ziswiler , Marek Vasut , Vignesh Raghavendra , Sinthu Raja Subject: Re: [PATCH 08/11] arm: dts: Add initial support for AM68 Starter Kit System on Module Message-ID: <20221027130603.GL2020586@bill-the-cat> References: <20221027104846.11820-1-sinthu.raja@ti.com> <20221027104846.11820-9-sinthu.raja@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="5/6nZJB2bB/vgaKm" Content-Disposition: inline In-Reply-To: <20221027104846.11820-9-sinthu.raja@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.6 at phobos.denx.de X-Virus-Status: Clean --5/6nZJB2bB/vgaKm Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 27, 2022 at 04:18:43PM +0530, Sinthu Raja wrote: > From: Sinthu Raja >=20 > AM68 Starter Kit (SK) is a low cost, small form factor board designed > for TI=E2=80=99s AM68 SoC. TI=E2=80=99s AM68 SoC comprises of dual core A= 72, high > performance vision accelerators, hardware accelerators, latest C71x > DSP, high bandwidth real-time IPs for capture and display. The SoC is > power optimized to provide best in class performance for industrial > applications. >=20 > AM68 SK supports the following interfaces: > * 16 GB LPDDR4 RAM > * x1 Gigabit Ethernet interface > * x1 USB 3.1 Type-C port > * x2 USB 3.1 Type-A ports > * x1 PCIe M.2 M Key > * 512 Mbit OSPI flash > * x2 CSI2 Camera interface (RPi and TI Camera connector) > * 40-pin Raspberry Pi GPIO header >=20 > SK's System on Module (SoM) contains the SoC, PMIC, DDR and OSPI flash. > Therefore, add support for the components present on the SoM. >=20 > Schematics: https://www.ti.com/lit/zip/SPRR463 > TRM: http://www.ti.com/lit/pdf/spruj28 >=20 > Signed-off-by: Sinthu Raja > --- > arch/arm/dts/k3-am68-sk-som.dtsi | 167 +++++++++++++++++++++++++++++++ What is the status of this dtsi file (and the ones in subsequent patches) with upstream Linux? Please mention the tag they're synced from in the commit message to make future updates easier. --=20 Tom --5/6nZJB2bB/vgaKm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmNagjsACgkQFHw5/5Y0 tyxctwv8C/jIXPRXT1sAsUqZ3DzYrYn3vMLo81Uy5c7Lfq/h7Zvm5FkmGOmSCD3K j6X/R7pHQxq7rgruEpLN6vHtyY4tFcdkyXUxXGibwzdyi/AhgR9jOisrQX69oYXq 3+llnmXcpfw2cvA750VmI0tANiZuibNHxf1B053fH7iu+SDwH9xpOjlVI/tAjYLh LJdtF14KXt3fR5jsMzkE0oeBU5M+r2RvKK0ZlCPx7nGHcIFK1e2QWqsTWLXBLWsg 7GbBYqAjcVLR6ZHrYujJv3e/b1W5mMR1NmJIakqGh2y9mq3ZKWklxf59y+8IzGBQ IHd3YGyxCdpjlFDU2pkbRWJt4TqhUKRDVQmd5kP00grCsc4xIJxJa9lhpwjxED+B JwiH+wKEl1/TIiBSVVt8arb6g1f/igEKUyIp4wsPkvhWNdw1q0aFQiQs+RTL+Uq+ lLYM7frvjfwAUJPRH6jdDss/QjsnKvQCM6BBIYjrrxeMcRntUolvNanon8Xb3BhJ iFTBHSPS =YtI+ -----END PGP SIGNATURE----- --5/6nZJB2bB/vgaKm--