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 X-Spam-Level: X-Spam-Status: No, score=-11.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D2CDC433DF for ; Thu, 27 Aug 2020 00:23:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 48C192074A for ; Thu, 27 Aug 2020 00:23:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598487797; bh=0ia8O++lCCY7OuZgn4cvxRRO38bVLc9aTzbYf7rmHGY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=VWQbLAMDhrf999MkiMsOtaQks7os32RTk/VcCX6fgFcTTOGJxN3FS8Iy+Kifjok2M nYTBVu//FLO22fvoMqC4d36DYc9uyXoRQs1s+/SRiFs0PZKWH26D2rR4F5Gk8C1l0b h/lwoAb6CQztjLdF8jotXSN6IBzF0U1j6I36XjN0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726820AbgH0AXQ (ORCPT ); Wed, 26 Aug 2020 20:23:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:60290 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726753AbgH0AXO (ORCPT ); Wed, 26 Aug 2020 20:23:14 -0400 Received: from ogun.localdomain (unknown [47.185.225.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 70EF52074A; Thu, 27 Aug 2020 00:23:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598487794; bh=0ia8O++lCCY7OuZgn4cvxRRO38bVLc9aTzbYf7rmHGY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S7LLW/OCbc7aEijrvZ64yshOtWYqEgSTEizsGiYVP8xvdPYwMNVAPCM0q56ClkItZ cNAgHACjM6BK+O8dRlrztFeqZz8tRBp30rgQzwgvr3B3rZR0AGAUmNltSX9au22s+6 QN8vkBiwv6iCYap5DHMpjLl/BcsWLvycJ3rtjEW8= Date: Wed, 26 Aug 2020 19:23:18 -0500 From: Nishanth Menon To: Lokesh Vutla Cc: Tero Kristo , Nishanth Menon , Rob Herring , Grygorii Strashko , Sekhar Nori , linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , Linux ARM Mailing List Subject: Re: [PATCH 1/4] dt-bindings: arm: ti: Add bindings for J7200 SoC Message-ID: <20200827002318.fumzb3w7ekciffua@ogun.localdomain> References: <20200723084628.19241-1-lokeshvutla@ti.com> <20200723084628.19241-2-lokeshvutla@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200723084628.19241-2-lokeshvutla@ti.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14:16-20200723, Lokesh Vutla wrote: > The J7200 SoC is a part of the K3 Multicore SoC architecture platform. > It is targeted for automotive gateway, vehicle compute systems, > Vehicle-to-Vehicle (V2V) and Vehicle-to-Everything (V2X) applications. > The SoC aims to meet the complex processing needs of modern embedded > products. > > Some highlights of this SoC are: > * Dual Cortex-A72s in a single cluster, two clusters of lockstep > capable dual Cortex-R5F MCUs and a Centralized Device Management and > Security Controller (DMSC). > * Configurable L3 Cache and IO-coherent architecture with high data > throughput capable distributed DMA architecture under NAVSS. > * Integrated Ethernet switch supporting up to a total of 4 external ports > in addition to legacy Ethernet switch of up to 2 ports. > * Upto 1 PCIe-GEN3 controller, 1 USB3.0 Dual-role device subsystems, > 20 MCANs, 3 McASP, eMMC and SD, OSPI/HyperBus memory controller, I3C and > I2C, eCAP/eQEP, eHRPWM among other peripherals. > * One hardware accelerator block containing AES/DES/SHA/MD5 called SA2UL > management. > > See J7200 Technical Reference Manual (SPRUIU1, June 2020) > for further details: https://www.ti.com/lit/pdf/spruiu1 > > Signed-off-by: Lokesh Vutla > --- > Documentation/devicetree/bindings/arm/ti/k3.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/ti/k3.txt b/Documentation/devicetree/bindings/arm/ti/k3.txt > index 333e7256126a..33419cce0afa 100644 > --- a/Documentation/devicetree/bindings/arm/ti/k3.txt > +++ b/Documentation/devicetree/bindings/arm/ti/k3.txt > @@ -16,6 +16,9 @@ architecture it uses, using one of the following compatible values: > - J721E > compatible = "ti,j721e"; > > +- J7200 > + compatible = "ti,j7200"; > + > Boards > ------ Lets convert the k3.txt to k3.yaml before we do anything more here. Looking at the full series, I see that there are pending comments from Grygorii as well which needs to be looked at. I have'nt seen a follow up version since this version. [1] https://lore.kernel.org/linux-arm-kernel/20200723084628.19241-1-lokeshvutla@ti.com/ -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D 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 X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5FD95C433DF for ; Thu, 27 Aug 2020 00:24:38 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 30BDA2074A for ; Thu, 27 Aug 2020 00:24:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="czVFGEIE"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="S7LLW/OC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 30BDA2074A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=p9YBcAhIgp6bIpKUrdofyZOrFsknLBq7vo0g1RqmEYo=; b=czVFGEIEFTXCBiO2c2UX4o2q8 uzZ+9Kevd/oLCZzsxiLdAdzPKKw+WKzcp5lRjdjzAMtiGnDUiH6vd7SFP+2JINFWJNolyTki1Y3Oh DFJQ55kHlA5MegtKEbt+nDQR2CHY2vCPzliWZl8OLlIH9DYhHzBt5FfoxSz+2IUYYvbfSE/8ARNc4 4ALKffbNZmFQ2g51H8TefaC1EjOtMH7uyB3C31fizm2MzuA8OeBRWJKYWDjmypdPO0FQ0apb8WdIZ zP5q4bZl1aC8WhXEQy5rx+Xi2aFMuQ4vXcIHZkOK088jBp1SfPfUOnVlUpK43S5KMbPujn3D/kqNg zs8ojKxjg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kB5hF-0007FS-Hr; Thu, 27 Aug 2020 00:23:17 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kB5hC-0007F0-RS for linux-arm-kernel@lists.infradead.org; Thu, 27 Aug 2020 00:23:15 +0000 Received: from ogun.localdomain (unknown [47.185.225.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 70EF52074A; Thu, 27 Aug 2020 00:23:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598487794; bh=0ia8O++lCCY7OuZgn4cvxRRO38bVLc9aTzbYf7rmHGY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S7LLW/OCbc7aEijrvZ64yshOtWYqEgSTEizsGiYVP8xvdPYwMNVAPCM0q56ClkItZ cNAgHACjM6BK+O8dRlrztFeqZz8tRBp30rgQzwgvr3B3rZR0AGAUmNltSX9au22s+6 QN8vkBiwv6iCYap5DHMpjLl/BcsWLvycJ3rtjEW8= Date: Wed, 26 Aug 2020 19:23:18 -0500 From: Nishanth Menon To: Lokesh Vutla Subject: Re: [PATCH 1/4] dt-bindings: arm: ti: Add bindings for J7200 SoC Message-ID: <20200827002318.fumzb3w7ekciffua@ogun.localdomain> References: <20200723084628.19241-1-lokeshvutla@ti.com> <20200723084628.19241-2-lokeshvutla@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200723084628.19241-2-lokeshvutla@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200826_202315_016694_90162542 X-CRM114-Status: GOOD ( 19.76 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nishanth Menon , Grygorii Strashko , Sekhar Nori , linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , Tero Kristo , Rob Herring , Linux ARM Mailing List Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 14:16-20200723, Lokesh Vutla wrote: > The J7200 SoC is a part of the K3 Multicore SoC architecture platform. > It is targeted for automotive gateway, vehicle compute systems, > Vehicle-to-Vehicle (V2V) and Vehicle-to-Everything (V2X) applications. > The SoC aims to meet the complex processing needs of modern embedded > products. > > Some highlights of this SoC are: > * Dual Cortex-A72s in a single cluster, two clusters of lockstep > capable dual Cortex-R5F MCUs and a Centralized Device Management and > Security Controller (DMSC). > * Configurable L3 Cache and IO-coherent architecture with high data > throughput capable distributed DMA architecture under NAVSS. > * Integrated Ethernet switch supporting up to a total of 4 external ports > in addition to legacy Ethernet switch of up to 2 ports. > * Upto 1 PCIe-GEN3 controller, 1 USB3.0 Dual-role device subsystems, > 20 MCANs, 3 McASP, eMMC and SD, OSPI/HyperBus memory controller, I3C and > I2C, eCAP/eQEP, eHRPWM among other peripherals. > * One hardware accelerator block containing AES/DES/SHA/MD5 called SA2UL > management. > > See J7200 Technical Reference Manual (SPRUIU1, June 2020) > for further details: https://www.ti.com/lit/pdf/spruiu1 > > Signed-off-by: Lokesh Vutla > --- > Documentation/devicetree/bindings/arm/ti/k3.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/ti/k3.txt b/Documentation/devicetree/bindings/arm/ti/k3.txt > index 333e7256126a..33419cce0afa 100644 > --- a/Documentation/devicetree/bindings/arm/ti/k3.txt > +++ b/Documentation/devicetree/bindings/arm/ti/k3.txt > @@ -16,6 +16,9 @@ architecture it uses, using one of the following compatible values: > - J721E > compatible = "ti,j721e"; > > +- J7200 > + compatible = "ti,j7200"; > + > Boards > ------ Lets convert the k3.txt to k3.yaml before we do anything more here. Looking at the full series, I see that there are pending comments from Grygorii as well which needs to be looked at. I have'nt seen a follow up version since this version. [1] https://lore.kernel.org/linux-arm-kernel/20200723084628.19241-1-lokeshvutla@ti.com/ -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel