From patchwork Thu Jan 12 14:27:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Apurva Nandan X-Patchwork-Id: 13098125 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 64A12C54EBC for ; Thu, 12 Jan 2023 14:29:03 +0000 (UTC) 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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Pu25kfJkFjND7gxIfmaoVLYSgijcvKrMbk8zfDPGVdM=; b=QsRkbrmUDy0sf9 NlRU2ayrhcVojQfnSRc9kKhsc1USh3eE94fOOe2A+F/bPgsOhBrKJD6wTkvFE8/heWkckU4/SQy7j JGucrb9I+ASNPWYqEV8GponBcwbRvMt5NN9VEmu4KmPIwL0EnUEJs8fIXK/gBAU5ZkLQixwqHk8hO 3QtmrgNX2kM2QFNsWT5Afw83C1tIeMlVCGKVbsicj42HXgf3CqccLnww6tq2qCsQ6MrwPyvczHVIz jfxgu/LkFpnArfNpskZyTHvw/4JjeFI72wwHY7Y0x4JeIaXOEt/qA2G5aD7SoPZ3XgJKEz1pwJS15 t+zpqhAdxsYh1JgQ9A3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pFyYf-00FMAh-Vx; Thu, 12 Jan 2023 14:27:58 +0000 Received: from lelv0142.ext.ti.com ([198.47.23.249]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pFyYR-00FM53-OE for linux-arm-kernel@lists.infradead.org; Thu, 12 Jan 2023 14:27:45 +0000 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 30CERYir013061; Thu, 12 Jan 2023 08:27:34 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1673533654; bh=FjD3HhJH9r0H0J7RMDwx9xTIzqCwJ0z09ShPMRFU5ZY=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=KIfCqx61YJeVJQzoBkdPILNse+x2Hc4qEkp+Mx6T87Bvo5fiADRaoygKUk87FVYjH QmslaVrjgYv6SElU3x+KJ30s2MkrmJ9KdCdoOLX8wQxEHdNQAqNCABavnvSvUny4w0 Y9BBn2SeuxX2gZmOVQ5RSs7rnXMqbxEPSrknaKo0= Received: from DFLE100.ent.ti.com (dfle100.ent.ti.com [10.64.6.21]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 30CERYDq072174 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 12 Jan 2023 08:27:34 -0600 Received: from DFLE101.ent.ti.com (10.64.6.22) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Thu, 12 Jan 2023 08:27:33 -0600 Received: from lelv0327.itg.ti.com (10.180.67.183) 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.2507.16 via Frontend Transport; Thu, 12 Jan 2023 08:27:33 -0600 Received: from LT5CD112GSQZ.dhcp.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 30CERQZ4037713; Thu, 12 Jan 2023 08:27:30 -0600 From: Apurva Nandan To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Linus Walleij , , , , CC: Apurva Nandan , Hari Nagalla Subject: [PATCH v5 1/4] dt-bindings: arm: ti: Add bindings for J784s4 SoC Date: Thu, 12 Jan 2023 19:57:22 +0530 Message-ID: <20230112142725.77785-2-a-nandan@ti.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230112142725.77785-1-a-nandan@ti.com> References: <20230112142725.77785-1-a-nandan@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-20230112_062743_890245_9172A469 X-CRM114-Status: UNSURE ( 8.87 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add binding for J784S4 SoC Signed-off-by: Apurva Nandan Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index 203faab80142..98af220df721 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -72,6 +72,12 @@ properties: - ti,j721s2-evm - const: ti,j721s2 + - description: K3 J784s4 SoC + items: + - enum: + - ti,j784s4-evm + - const: ti,j784s4 + additionalProperties: true ...