From patchwork Fri Oct 14 08:23:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Apurva Nandan X-Patchwork-Id: 13006774 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 90994C43217 for ; Fri, 14 Oct 2022 08:24:48 +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=FDjevmwS+yYqLzsXvofJE57oD//aGOjki7mGcWg78dg=; b=w+A438FieyqqNe gbZvHciSNHn/viI3lgo3Fsqsi/pS2Qlc8m6BVeU1ZSMNDK6+svJGIqoNWbAMXbrdXuy1i/0PcMA+r uuQd/CNh4pV1z0o4Z1fjEQBwnHvDkkwBwaTtp4FZbE58cPB7E/13G5/7crpyrhv7UMc3Jzu6TEDJh 092eUr3zOaHmC0/3q2djdNXtn5JfVXPBtd7oCvI0VP4pftjTnlpMvV0nkRP87ILg/kuAxwH41gt0K PVa3OI5Skp9vtyQ6NAPSR7OUIR27tqH5H5iJsdKQuyDpoh14KBjohg+d9gAXePCIsvM73spHg+uHa WaPIeLaSOS7SInigdakg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ojFyx-00E3zW-V1; Fri, 14 Oct 2022 08:23:52 +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 1ojFym-00E3vG-Se for linux-arm-kernel@lists.infradead.org; Fri, 14 Oct 2022 08:23:42 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 29E8NSbf109240; Fri, 14 Oct 2022 03:23:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1665735808; bh=jSnINS4O9156R7YGgKWXBZXKnYTQCgJesLsjMLjsva4=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=ALfk9CQ9w08OXJzwBYkg97H22KgQUsUeXWuqcmp6+O+5BwNBe9YKthMKrZQPPtzhN DVpLsMFc5axWXYKJgvoVrHD2ehTUSXHTpVHuy2Ula9Z9OIErAPdbIQjnfAFyI26Xj0 vWW/zO7Q2mMaXFO/rtgi/MtMnLcob7wNYCnBCLjo= Received: from DFLE106.ent.ti.com (dfle106.ent.ti.com [10.64.6.27]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 29E8NS24025665 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 14 Oct 2022 03:23:28 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6; Fri, 14 Oct 2022 03:23:28 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) 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.2507.6 via Frontend Transport; Fri, 14 Oct 2022 03:23:27 -0500 Received: from LT5CD112GSQZ.ent.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 29E8NFmU021645; Fri, 14 Oct 2022 03:23:22 -0500 From: Apurva Nandan To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Linus Walleij , , , , CC: Apurva Nandan , Hari Nagalla Subject: [PATCH v2 1/4] dt-bindings: arm: ti: Add bindings for J784s4 SoC Date: Fri, 14 Oct 2022 13:53:11 +0530 Message-ID: <20221014082314.118361-2-a-nandan@ti.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221014082314.118361-1-a-nandan@ti.com> References: <20221014082314.118361-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-20221014_012340_985503_BD2517B0 X-CRM114-Status: UNSURE ( 8.68 ) 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 aeef800eb6ec..5198bb65a800 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -65,6 +65,12 @@ properties: - ti,j721s2-evm - const: ti,j721s2 + - description: K3 J784s4 SoC + items: + - enum: + - ti,j784s4-evm + - const: ti,j784s4 + additionalProperties: true ...