From patchwork Thu Jun 2 12:06:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kishon Vijay Abraham I X-Patchwork-Id: 12867801 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 59EF4C433EF for ; Thu, 2 Jun 2022 12:07:49 +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=CmIcYs629PeDZxUwukED2/YOnRCal2M7vQ0r6yCb+hk=; b=jPBFOA47WAaOhl Q5i1D3lJGeb3BC1kSU0wukiBbcBmINrpG0kV1aohxJq+tLMYZM+XZPzfDBKuU6Sir67vWNbwFmNpH ahnNDq5dJDNq4UfNH+0Ckf9nhdfdH7mjG3VvA4Ayk7CzmpS6xrXEQfs7rRggkgu6+SQOG5NaA38+a 0kv4RN/UN8cZoTkHJP+SNwcEQLXXHFEpYxWvpgsnd/Ih6XIfRDBcee2prUhQU3RQeaTJ6S+GKZI0W NP69yLChLw9Ki/42DMdkTBr6XPLveffNTE7R7+xbQdYEp6FE7HagRvVSyqOuiK8TWmbH6Wjt1sL6f TloK+t90Qcdm6CsI8ocw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwjb9-0037MN-JI; Thu, 02 Jun 2022 12:06:43 +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 1nwjas-0037Fg-L7 for linux-arm-kernel@lists.infradead.org; Thu, 02 Jun 2022 12:06:27 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 252C6OF9075023; Thu, 2 Jun 2022 07:06:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1654171584; bh=f69nidx0rjtwKo5j6+YRsIqjQkHzP5dTRTLO7s/dj04=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=MxsweVOO0uO1rtbH2ZzJh+9ts1U8RidLOuNMYWUp85zPnJ5XsT/dGGJH9kxH+5aRz VPCrto3trBPy2XblCpEfd4l9HTLdNfIJRNlAn6eQcxO6Bys1OqwcbgaoLJgZA5I1EZ aPmXTVaWeTjJUzY0VHg3LCWccbZcmR3kYvN6paKc= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 252C6Oe4099066 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 2 Jun 2022 07:06:24 -0500 Received: from DLEE107.ent.ti.com (157.170.170.37) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Thu, 2 Jun 2022 07:06:24 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE107.ent.ti.com (157.170.170.37) 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; Thu, 2 Jun 2022 07:06:23 -0500 Received: from a0393678ub.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 252C6EEo054710; Thu, 2 Jun 2022 07:06:21 -0500 From: Kishon Vijay Abraham I To: Rob Herring , Krzysztof Kozlowski , Nishanth Menon , Santosh Shilimkar CC: , , , Kishon Vijay Abraham I Subject: [PATCH v2 2/3] dt-bindings: soc: ti: pruss: Update bindings for K3 AM62x SoCs Date: Thu, 2 Jun 2022 17:36:12 +0530 Message-ID: <20220602120613.2175-3-kishon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220602120613.2175-1-kishon@ti.com> References: <20220602120613.2175-1-kishon@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-20220602_050626_774057_CB583304 X-CRM114-Status: UNSURE ( 9.38 ) 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 Update the PRUSS bindings for the PRUSSM instance present in AM625 SoC. Signed-off-by: Kishon Vijay Abraham I Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml index 20aec9b8fb5b..847873289f25 100644 --- a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml +++ b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml @@ -65,6 +65,7 @@ properties: - ti,am4376-pruss0 # for AM437x SoC family and PRUSS unit 0 - ti,am4376-pruss1 # for AM437x SoC family and PRUSS unit 1 - ti,am5728-pruss # for AM57xx SoC family + - ti,am625-pruss # for K3 AM62x SoC family - ti,am642-icssg # for K3 AM64x SoC family - ti,am654-icssg # for K3 AM65x SoC family - ti,j721e-icssg # for K3 J721E SoC family