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=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 1093CC47094 for ; Mon, 7 Jun 2021 13:36:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DECF561108 for ; Mon, 7 Jun 2021 13:36:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230194AbhFGNhx (ORCPT ); Mon, 7 Jun 2021 09:37:53 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:59872 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230177AbhFGNhx (ORCPT ); Mon, 7 Jun 2021 09:37:53 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 157DZsio103659; Mon, 7 Jun 2021 08:35:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623072954; bh=vmoqxpmHMQ5nw4SKawbYBZ4aUy8CohE599BkJfNyJ8U=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=O91OP1PD8SDXkQEYwK5kVvggwoQyLX9N0xYyV0KhBYMwIEENoKkDy73GYzjXQP2+P 1wufx3iTqsr9DzdAHL4CHCWJRqSc9LdBIWWD70PTRSFDU+G3GNzRZWWUuI3rDL3EiO fF7Yy2Mje5NlOJ9NV7DkTyJJOOclOInc/3UNxCxo= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 157DZsR6128899 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 7 Jun 2021 08:35:54 -0500 Received: from DFLE110.ent.ti.com (10.64.6.31) 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.2176.2; Mon, 7 Jun 2021 08:35:54 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Mon, 7 Jun 2021 08:35:54 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 157DZsnw129973; Mon, 7 Jun 2021 08:35:54 -0500 Date: Mon, 7 Jun 2021 08:35:54 -0500 From: Nishanth Menon To: Sinthu Raja CC: Tero Kristo , Rob Herring , Device Tree Mailing List , Linux ARM Mailing List , Lokesh Vutla , Amarnath MB , Sinthu Raja Subject: Re: [PATCH V2 0/2] arm64: Initial support for Texas Instruments J721E EAIK Message-ID: <20210607133554.rkamd6zfiq35wuut@judgingly> References: <20210607093314.23909-1-sinthu.raja@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210607093314.23909-1-sinthu.raja@ti.com> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 15:03-20210607, Sinthu Raja wrote: > From: Sinthu Raja > > J721E EdgeAI Kit (EAIK) is a low cost, small form factor board designed > for TI’s J721E SoC. This series intoduces the basic support for J721E > EAIK > > Changes in v2: > - Fix for dt_binding_check error. > - Modified base commit to the recent RC1. > > Sinthu Raja (2): > dt-bindings: arm: ti: Add bindings for J721E EAIK > arm64: dts: ti: Add support for J721E EAIK > > .../devicetree/bindings/arm/ti/k3.yaml | 2 + > .../bindings/remoteproc/ti,k3-dsp-rproc.yaml | 2 +- > arch/arm64/boot/dts/ti/Makefile | 2 + > arch/arm64/boot/dts/ti/k3-j721e-eaik.dts | 342 ++++++++++++++++++ > 4 files changed, 347 insertions(+), 1 deletion(-) > create mode 100644 arch/arm64/boot/dts/ti/k3-j721e-eaik.dts > > > base-commit: 6efb943b8616ec53a5e444193dccf1af9ad627b5 This might be a little too late for 5.14 window, i have provided some basic comments on the same. -- 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=-10.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 15124C47094 for ; Mon, 7 Jun 2021 13:37:55 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 D27FD61153 for ; Mon, 7 Jun 2021 13:37:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D27FD61153 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com 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=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:CC: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=u51W3buRTqAvEKbl/blIbvODhmdGYSBR2z2uF/U1XvE=; b=j4rpRv1PSHPOTo eG3Vj1R4AGSQuiMTeQi1+siotPTfhwq3fwU8KDr5VE257Il4o+9n7VxfuVBMf0X81Buv3jTTLN7s8 BELHpjILgkaIyd3ovPH8xWFyDq7czWFak3H1xyhGdUDqHPxJPMYcvITMrhqF0ofdZeRIitYKv7g3K 3pvIl2zzNNEk9XITgo7M0sR601CnB+JRbA475eysN5y2JfzDzu6yKuRHQ5IeszcfY3COl6FwoR7Vi w89nF+vIIA+wu6U0T9Z6KkR9YDmzESeUbWVDKAEoRcUidGOzVKQWMTooCgTNuLmVwLdWPWhmkEGVk vleGSDgV8wFAKDvOE4Kg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqFQJ-003q3h-Du; Mon, 07 Jun 2021 13:36:13 +0000 Received: from fllv0016.ext.ti.com ([198.47.19.142]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqFQ3-003pyy-Rs for linux-arm-kernel@lists.infradead.org; Mon, 07 Jun 2021 13:35:59 +0000 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 157DZsio103659; Mon, 7 Jun 2021 08:35:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623072954; bh=vmoqxpmHMQ5nw4SKawbYBZ4aUy8CohE599BkJfNyJ8U=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=O91OP1PD8SDXkQEYwK5kVvggwoQyLX9N0xYyV0KhBYMwIEENoKkDy73GYzjXQP2+P 1wufx3iTqsr9DzdAHL4CHCWJRqSc9LdBIWWD70PTRSFDU+G3GNzRZWWUuI3rDL3EiO fF7Yy2Mje5NlOJ9NV7DkTyJJOOclOInc/3UNxCxo= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 157DZsR6128899 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 7 Jun 2021 08:35:54 -0500 Received: from DFLE110.ent.ti.com (10.64.6.31) 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.2176.2; Mon, 7 Jun 2021 08:35:54 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Mon, 7 Jun 2021 08:35:54 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 157DZsnw129973; Mon, 7 Jun 2021 08:35:54 -0500 Date: Mon, 7 Jun 2021 08:35:54 -0500 From: Nishanth Menon To: Sinthu Raja CC: Tero Kristo , Rob Herring , Device Tree Mailing List , Linux ARM Mailing List , Lokesh Vutla , Amarnath MB , Sinthu Raja Subject: Re: [PATCH V2 0/2] arm64: Initial support for Texas Instruments J721E EAIK Message-ID: <20210607133554.rkamd6zfiq35wuut@judgingly> References: <20210607093314.23909-1-sinthu.raja@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210607093314.23909-1-sinthu.raja@ti.com> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210607_063556_028778_6E9872DB X-CRM114-Status: GOOD ( 13.56 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org T24gMTU6MDMtMjAyMTA2MDcsIFNpbnRodSBSYWphIHdyb3RlOgo+IEZyb206IFNpbnRodSBSYWph IDxzaW50aHUucmFqYUB0aS5jb20+Cj4gCj4gSjcyMUUgRWRnZUFJIEtpdCAoRUFJSykgaXMgYSBs b3cgY29zdCwgc21hbGwgZm9ybSBmYWN0b3IgYm9hcmQgZGVzaWduZWQKPiBmb3IgVEnigJlzIEo3 MjFFIFNvQy4gVGhpcyBzZXJpZXMgaW50b2R1Y2VzIHRoZSBiYXNpYyBzdXBwb3J0IGZvciBKNzIx RQo+IEVBSUsKPiAKPiBDaGFuZ2VzIGluIHYyOgo+IC0gRml4IGZvciBkdF9iaW5kaW5nX2NoZWNr IGVycm9yLgo+IC0gTW9kaWZpZWQgYmFzZSBjb21taXQgdG8gdGhlIHJlY2VudCBSQzEuCj4gCj4g U2ludGh1IFJhamEgKDIpOgo+ICAgZHQtYmluZGluZ3M6IGFybTogdGk6IEFkZCBiaW5kaW5ncyBm b3IgSjcyMUUgRUFJSwo+ICAgYXJtNjQ6IGR0czogdGk6IEFkZCBzdXBwb3J0IGZvciBKNzIxRSBF QUlLCj4gCj4gIC4uLi9kZXZpY2V0cmVlL2JpbmRpbmdzL2FybS90aS9rMy55YW1sICAgICAgICB8 ICAgMiArCj4gIC4uLi9iaW5kaW5ncy9yZW1vdGVwcm9jL3RpLGszLWRzcC1ycHJvYy55YW1sICB8 ICAgMiArLQo+ICBhcmNoL2FybTY0L2Jvb3QvZHRzL3RpL01ha2VmaWxlICAgICAgICAgICAgICAg fCAgIDIgKwo+ICBhcmNoL2FybTY0L2Jvb3QvZHRzL3RpL2szLWo3MjFlLWVhaWsuZHRzICAgICAg fCAzNDIgKysrKysrKysrKysrKysrKysrCj4gIDQgZmlsZXMgY2hhbmdlZCwgMzQ3IGluc2VydGlv bnMoKyksIDEgZGVsZXRpb24oLSkKPiAgY3JlYXRlIG1vZGUgMTAwNjQ0IGFyY2gvYXJtNjQvYm9v dC9kdHMvdGkvazMtajcyMWUtZWFpay5kdHMKPiAKPiAKPiBiYXNlLWNvbW1pdDogNmVmYjk0M2I4 NjE2ZWM1M2E1ZTQ0NDE5M2RjY2YxYWY5YWQ2MjdiNQoKClRoaXMgbWlnaHQgYmUgYSBsaXR0bGUg dG9vIGxhdGUgZm9yIDUuMTQgd2luZG93LCBpIGhhdmUgcHJvdmlkZWQKc29tZSBiYXNpYyBjb21t ZW50cyBvbiB0aGUgc2FtZS4KCi0tIApSZWdhcmRzLApOaXNoYW50aCBNZW5vbgpLZXkgKDB4RERC NTg0OUQxNzM2MjQ5RCkgLyBGaW5nZXJwcmludDogRjhBMiA4NjkzIDU0RUIgODIzMiAxN0EzICAx QTM0IEREQjUgODQ5RCAxNzM2IDI0OUQKCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fCmxpbnV4LWFybS1rZXJuZWwgbWFpbGluZyBsaXN0CmxpbnV4LWFybS1r ZXJuZWxAbGlzdHMuaW5mcmFkZWFkLm9yZwpodHRwOi8vbGlzdHMuaW5mcmFkZWFkLm9yZy9tYWls bWFuL2xpc3RpbmZvL2xpbnV4LWFybS1rZXJuZWwK