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: