From patchwork Sat Sep 25 20:14:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 12517775 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2BB35C433EF for ; Sat, 25 Sep 2021 20:17:18 +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 ECFEF6108E for ; Sat, 25 Sep 2021 20:17:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org ECFEF6108E Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bUYReiskea4YNdSrg3SV9tuCzkSOd9Qa0tyPmnDIin8=; b=GktgmleP2uBV0I expEvhFX6s87jJxO/984jQeqCMNG9q3UIsM0MsdQE0EPvRsW4nwJL3cQwgGy+p+xgh16nq6XddU2C VR4tfVPqadwfl4XlUAsqiBHmML3KIx5NLdmJ6pogBiuLIfS2wSkZcLgBjpEwOOP8Tze5wNr19DeRh wOXnfqZVKS3hrdk1MhN/xru4U7Z58/ZR0B5rGWkk2m6h6/bexRDD6y4oO9IjBQdCgeGWm2aCwP5mV KA39T/yVo/41rjLndLt5IGfUBg3W9F5BUc345gou9INv9BBbb3M3MNptCBrsdl7jQEs8gmnJt7fub mhXPVNOjvXzN0a9yBD4g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mUE4U-00HAbd-ES; Sat, 25 Sep 2021 20:14:54 +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 1mUE4E-00HAZ3-Ec for linux-arm-kernel@lists.infradead.org; Sat, 25 Sep 2021 20:14:41 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 18PKEYMo113946; Sat, 25 Sep 2021 15:14:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1632600874; bh=zSfQUFbwbG9BKEY5GIqtZhwns1qQjKvy+IIFfs7G8AM=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=OP0M6TOvzLhosRgQ3NZng6TJhM4S+Yu2QZLSXIoPFNekRZIK5m4Ws/APaLm72MTtz hRRNos4nkwiVqnMjiCWN7zpYseOLC+9VrNvdP3aXaVEzB+AZZAUigRiKv5qO/7v4Rk xoEwSNo7CHuYmk3q/P0lF29jJ0S/gj/rB7r8IirU= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 18PKEYlO130213 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 25 Sep 2021 15:14:34 -0500 Received: from DFLE115.ent.ti.com (10.64.6.36) 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.2308.14; Sat, 25 Sep 2021 15:14:34 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Sat, 25 Sep 2021 15:14:34 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 18PKEY3Y005879; Sat, 25 Sep 2021 15:14:34 -0500 From: Nishanth Menon To: Rob Herring Subject: [PATCH V2 1/4] dt-bindings: arm: ti: Add missing compatibles for j721e/j7200 evms Date: Sat, 25 Sep 2021 15:14:27 -0500 Message-ID: <20210925201430.11678-2-nm@ti.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210925201430.11678-1-nm@ti.com> References: <20210925201430.11678-1-nm@ti.com> MIME-Version: 1.0 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-20210925_131438_658974_0C02DD29 X-CRM114-Status: GOOD ( 10.78 ) 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: , Cc: Nishanth Menon , devicetree@vger.kernel.org, Vignesh Raghavendra , Tero Kristo , Jan Kiszka , linux-kernel@vger.kernel.org, Sinthu Raja , Sinthu Raja , linux-arm-kernel@lists.infradead.org, Hari Nagalla Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add compatibles for j721e and j7200 evms to allow for newer platforms to distinguish themselves. While doing this, maintain support for older style of description where the board compatibility was not required. Signed-off-by: Nishanth Menon Acked-by: Suman Anna Acked-by: Rob Herring --- Changes in V2: * Modified such that legacy style of compatibles (of just SoC alone) is still valid * Made the capability of providing a board specific compatible as an alternate scheme * No longer dependent on rproc cleanup and platforms hosted in downstream trees remain compatible V1: https://lore.kernel.org/all/20210915121937.27702-2-nm@ti.com/ Documentation/devicetree/bindings/arm/ti/k3.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index c5aa362e4026..cefb06424a4a 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -28,12 +28,20 @@ properties: - const: ti,am654 - description: K3 J721E SoC - items: + oneOf: - const: ti,j721e + - items: + - enum: + - ti,j721e-evm + - const: ti,j721e - description: K3 J7200 SoC - items: + oneOf: - const: ti,j7200 + - items: + - enum: + - ti,j7200-evm + - const: ti,j7200 - description: K3 AM642 SoC items: From patchwork Sat Sep 25 20:14:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 12517779 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58FCCC433F5 for ; Sat, 25 Sep 2021 20:17:20 +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 298AB6108E for ; Sat, 25 Sep 2021 20:17:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 298AB6108E Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Xs96/SnK60xFa0BAPFOlGx5Sw03rLswEavJCR+t7Qko=; b=yxt5/X1OrGBHgp 8buvRb9nAgIAQrJ3mdSHH1AedjsEzHxWWhGoy4AiAjYcYOTDRI9Pd1l7ZX/Rpuji1QtjY8/A+Flhs 2ThX4Naj7F1hO0oeEiZl37SsFoeSGnUrBrqQ//UjL313+TjUwibgqBgAfe9/UL+F/Ec001c8Hs7Ex rna+sKD2fT7LlN2e96yRcBMECVhh52a5Q+gwDmjHiMteD3Z+WPNsbwtEYvBSuWhlm3IqtdyRlcg4i EyXp2g9Ip9F00BamXGylwsmFTv3+LaozXkBUTJ4X6Ih6gs2Nihv4fbBnDkqq6Y+a94HnxkzFBB74b uumY50ifyOtDWpjYjvJg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mUE4g-00HAdw-9c; Sat, 25 Sep 2021 20:15:06 +0000 Received: from fllv0015.ext.ti.com ([198.47.19.141]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mUE4E-00HAZ6-MN for linux-arm-kernel@lists.infradead.org; Sat, 25 Sep 2021 20:14:42 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 18PKEYW2106714; Sat, 25 Sep 2021 15:14:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1632600874; bh=t1bOpzOJo2cMIiuz/p4lAYab6oa4/M0RXeQ+THur2Fg=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=rTcAdWWt7RNM14IjyMqvJnPOnWDIffFo98hD+J0ZO5l2QuOznmIqEOOXjB2vBhMgX VewmGToLpHyBSP24D4grPhGO8EN22vm14xUQ2lC/QlbtTRu/MaUK9Swothf0d46wC8 W2BVBmyNpEL+NcCjJ9Q6tIeGvHnJkwe/3A2rserw= Received: from DLEE102.ent.ti.com (dlee102.ent.ti.com [157.170.170.32]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 18PKEYbN125808 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 25 Sep 2021 15:14:34 -0500 Received: from DLEE108.ent.ti.com (157.170.170.38) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Sat, 25 Sep 2021 15:14:34 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Sat, 25 Sep 2021 15:14:34 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 18PKEYd6087832; Sat, 25 Sep 2021 15:14:34 -0500 From: Nishanth Menon To: Rob Herring Subject: [PATCH V2 2/4] dt-bindings: arm: ti: am642/am654: Allow for SoC only compatibles Date: Sat, 25 Sep 2021 15:14:28 -0500 Message-ID: <20210925201430.11678-3-nm@ti.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210925201430.11678-1-nm@ti.com> References: <20210925201430.11678-1-nm@ti.com> MIME-Version: 1.0 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-20210925_131438_877900_21205041 X-CRM114-Status: UNSURE ( 8.50 ) X-CRM114-Notice: Please train this message. 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: , Cc: Nishanth Menon , devicetree@vger.kernel.org, Vignesh Raghavendra , Tero Kristo , Jan Kiszka , linux-kernel@vger.kernel.org, Sinthu Raja , Sinthu Raja , linux-arm-kernel@lists.infradead.org, Hari Nagalla Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Maintain consistency in K3 SoCs by allowing AM654 and AM642 platforms just state SoC compatibles without specific board specific compatibles aligned with what we have done for J721E/J7200 platforms as well. Signed-off-by: Nishanth Menon Acked-by: Suman Anna --- Motivation to introduce in V2: * Retain consistency with both "soc only" and "board specific" as two schemes we support across k3. V1: did'nt exist .../devicetree/bindings/arm/ti/k3.yaml | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index cefb06424a4a..30c3f5c70014 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -20,12 +20,15 @@ properties: oneOf: - description: K3 AM654 SoC - items: - - enum: - - ti,am654-evm - - siemens,iot2050-basic - - siemens,iot2050-advanced + oneOf: - const: ti,am654 + - items: + - enum: + - ti,am654-evm + - siemens,iot2050-basic + - siemens,iot2050-advanced + - const: ti,am654 + - description: K3 J721E SoC oneOf: @@ -44,11 +47,13 @@ properties: - const: ti,j7200 - description: K3 AM642 SoC - items: - - enum: - - ti,am642-evm - - ti,am642-sk + oneOf: - const: ti,am642 + - items: + - enum: + - ti,am642-evm + - ti,am642-sk + - const: ti,am642 additionalProperties: true From patchwork Sat Sep 25 20:14:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 12517783 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C6E1AC433F5 for ; Sat, 25 Sep 2021 20:17:41 +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 98D7E6108E for ; Sat, 25 Sep 2021 20:17:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 98D7E6108E Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=2bPz66NFURm8QIH/iOfvXj8kC/DugXiB2Z6+sCnGDw8=; b=2+QxbJZlpXvBlB 4MIfmTXPm+Fh0d7xZHCGqxpeXgxow9rDC4OgS0zJoDp4GMOFAv9pScj4HX+zA5H3yV2DKRxYdr1cR RvTi6hQFiCxFUcju2d1+UNECbNQeHDnvxaAh4drpoUBMYRaqcHCvSE2uYDPre0YK1B9+Fl0IHoxVP fSRAuwb32gj+CMziir13Ufn+DogB/UVhXcl9TpevL9OhpAAOY1pnRubWSHXl7oAqj3L+wotozWJJW uLbvzdR0wcnhiOUwEJEldsdhYa8soWTXb61K1djOVA8tksc8D7Jys7jvthhHhT1aOjHKMDeXUMdO4 CNM75vU7qBGi62duykiw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mUE51-00HAhe-Vm; Sat, 25 Sep 2021 20:15:28 +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 1mUE4J-00HAZ2-Ab for linux-arm-kernel@lists.infradead.org; Sat, 25 Sep 2021 20:14:44 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 18PKEYaU113950; Sat, 25 Sep 2021 15:14:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1632600874; bh=/1jPd7WHAI+xtbx6c8NPVzIAgJhqiImg83mHTfa424s=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=rsI7yiyOtcLZCWyIEZbvqtcvkb1f0j8zICO5fWl3wWzONUBE3TjML+wkyvdm8p/ad KnWwpBb0hgCICO3XIfDwxdEDiyRInRwulO5UGy1jwgQHCuI9t2JnydVI8qxsaUjDp8 x0BgbG0I142M/CkO6gn6VO7rTSLSxY06SKDJ62zA= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 18PKEYoM130216 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 25 Sep 2021 15:14:34 -0500 Received: from DLEE106.ent.ti.com (157.170.170.36) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Sat, 25 Sep 2021 15:14:34 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Sat, 25 Sep 2021 15:14:34 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 18PKEYE4019215; Sat, 25 Sep 2021 15:14:34 -0500 From: Nishanth Menon To: Rob Herring Subject: [PATCH V2 3/4] arm64: dts: ti: k3-j721e-common-proc-board: Add j721e-evm compatible Date: Sat, 25 Sep 2021 15:14:29 -0500 Message-ID: <20210925201430.11678-4-nm@ti.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210925201430.11678-1-nm@ti.com> References: <20210925201430.11678-1-nm@ti.com> MIME-Version: 1.0 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-20210925_131443_462422_6F6C6615 X-CRM114-Status: GOOD ( 10.60 ) 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: , Cc: Nishanth Menon , devicetree@vger.kernel.org, Vignesh Raghavendra , Tero Kristo , Jan Kiszka , linux-kernel@vger.kernel.org, Sinthu Raja , Sinthu Raja , linux-arm-kernel@lists.infradead.org, Hari Nagalla Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add j721e-evm compatible to the board to allow the board to distinguish itself from other platforms that are pending to be added. Signed-off-by: Nishanth Menon Acked-by: Suman Anna --- Changes in V2: * no change V1: https://lore.kernel.org/all/20210915121937.27702-3-nm@ti.com/ arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts index 8bd02d9e28ad..dc2bc67f9f48 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts +++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts @@ -12,6 +12,9 @@ #include / { + compatible = "ti,j721e-evm", "ti,j721e"; + model = "Texas Instruments J721e EVM"; + chosen { stdout-path = "serial2:115200n8"; bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000"; From patchwork Sat Sep 25 20:14:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 12517777 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 394E4C433EF for ; Sat, 25 Sep 2021 20:17:20 +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 076C960F48 for ; Sat, 25 Sep 2021 20:17:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 076C960F48 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=d37AS+qjBTpJg+nDKQofqtftG9NnEATm4W6EcOT4iYY=; b=dbQR/uvKMfwNwM q4jHB8lxCmo6ggn4N1gCKo4XEYLD4xEZhbWkdCLrDYMBeTeHowIquf1/eYCjWPHW4Rtj/j/iLN+OG Igq2ZNqh2wovOE7lJpMqsighNAfr/Oinkg+8Iytyfdq935FFVfhcSMg0X4T48+/gJWkrL4riwbEnl MzkqMAlpTXRBMxUDX9YuRiUFdUDCXivFaOfecxjrrqD9nALnZL84oeNj5SvUYTeSoauPb/YsMhjRT n7b49NXDEh+kOCbXFLx9J0pk4cF9proaRLIM5VtODe9MC9j35p6PQ+aJSyiNzQ70sJLDohL9q87ZP xqBm7sHENYfdOtpiNM1Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mUE4K-00HAaU-6j; Sat, 25 Sep 2021 20:14:44 +0000 Received: from fllv0015.ext.ti.com ([198.47.19.141]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mUE4E-00HAZ4-Lb for linux-arm-kernel@lists.infradead.org; Sat, 25 Sep 2021 20:14:41 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 18PKEY8p106719; Sat, 25 Sep 2021 15:14:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1632600874; bh=QNBHi5+0FNCIPxmxLfNSiYlxzhsum00YH6IaFTLHtOk=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=iVCcaZpFPoaXv7V2b6flgmgEWMy3aQTe2ZMFbpmwHs3dulsqogpTgg0DCzVXXgPrV Tq2YTJ9xcMeSYhwChg7VaFxuTejHu/Icy6TFJ2AWStKec/Nqgn1Ip68AVaqxFenOFM R/8i00XxUb23CNzleavOtj/dozWL63fl+FkyZqdQ= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 18PKEYfE130222 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 25 Sep 2021 15:14:34 -0500 Received: from DFLE101.ent.ti.com (10.64.6.22) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Sat, 25 Sep 2021 15:14:34 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Sat, 25 Sep 2021 15:14:34 -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 18PKEYmD075489; Sat, 25 Sep 2021 15:14:34 -0500 From: Nishanth Menon To: Rob Herring Subject: [PATCH V2 4/4] arm64: dts: ti: k3-j7200-common-proc-board: Add j7200-evm compatible Date: Sat, 25 Sep 2021 15:14:30 -0500 Message-ID: <20210925201430.11678-5-nm@ti.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210925201430.11678-1-nm@ti.com> References: <20210925201430.11678-1-nm@ti.com> MIME-Version: 1.0 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-20210925_131438_814238_14A2D7BA X-CRM114-Status: GOOD ( 10.81 ) 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: , Cc: Nishanth Menon , devicetree@vger.kernel.org, Vignesh Raghavendra , Tero Kristo , Jan Kiszka , linux-kernel@vger.kernel.org, Sinthu Raja , Sinthu Raja , linux-arm-kernel@lists.infradead.org, Hari Nagalla Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add j7200-evm compatible to the board to allow the board to distinguish itself from other platforms that may be added in the future. Signed-off-by: Nishanth Menon Acked-by: Suman Anna --- Changes in V2: * no change V1: https://lore.kernel.org/all/20210915121937.27702-4-nm@ti.com/ arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts index d14f3c18b65f..121975dc8239 100644 --- a/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts +++ b/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts @@ -12,6 +12,9 @@ #include / { + compatible = "ti,j7200-evm", "ti,j7200"; + model = "Texas Instruments J7200 EVM"; + chosen { stdout-path = "serial2:115200n8"; bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000";