From nobody Tue Apr 28 09:05:01 2026 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7697C43334 for ; Thu, 2 Jun 2022 12:06:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234851AbiFBMGq (ORCPT ); Thu, 2 Jun 2022 08:06:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35346 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234805AbiFBMGh (ORCPT ); Thu, 2 Jun 2022 08:06:37 -0400 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B6312AA9A2; Thu, 2 Jun 2022 05:06:35 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 252C6LvH033769; Thu, 2 Jun 2022 07:06:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1654171581; bh=fk9C7lz23dWf427vn0wq0gYmoRjZsIJfghN90rOJCa8=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=ocnHRbEMparclqTYKUHSfq8hwYEmFrBKncM3514BOpAlJKHh3gvLoddokHFvb8Eel JXgzZGsj/i5K9eRfaHJdY4kHqJcpG4zar4OYXumAddYXXZ6o5wPPqtpg/j6SgalDxX WwQd/MQyD1Umkbx+0itucROpYHznuIen21ZGKtFs= Received: from DFLE101.ent.ti.com (dfle101.ent.ti.com [10.64.6.22]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 252C6LeT014896 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 2 Jun 2022 07:06:21 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) 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; Thu, 2 Jun 2022 07:06:20 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE103.ent.ti.com (10.64.6.24) 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:20 -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 252C6EEn054710; Thu, 2 Jun 2022 07:06:18 -0500 From: Kishon Vijay Abraham I To: Rob Herring , Krzysztof Kozlowski , Nishanth Menon , Santosh Shilimkar CC: , , , Kishon Vijay Abraham I Subject: [PATCH v2 1/3] dt-bindings: soc: ti: pruss: Re-arrange "compatible" in alphabetic order Date: Thu, 2 Jun 2022 17:36:11 +0530 Message-ID: <20220602120613.2175-2-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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Re-arrange "compatible" string in alphabetic order to decrease the chance of conflicts. Signed-off-by: Kishon Vijay Abraham I Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml b/Docum= entation/devicetree/bindings/soc/ti/ti,pruss.yaml index 64461d432004..20aec9b8fb5b 100644 --- a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml +++ b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml @@ -65,10 +65,10 @@ 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,k2g-pruss # for 66AK2G 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 - - ti,am642-icssg # for K3 AM64x SoC family + - ti,k2g-pruss # for 66AK2G SoC family =20 reg: maxItems: 1 --=20 2.17.1 From nobody Tue Apr 28 09:05:01 2026 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3012C433EF for ; Thu, 2 Jun 2022 12:06:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234795AbiFBMGb (ORCPT ); Thu, 2 Jun 2022 08:06:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34798 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234789AbiFBMG3 (ORCPT ); Thu, 2 Jun 2022 08:06:29 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6A82F243196; Thu, 2 Jun 2022 05:06:28 -0700 (PDT) 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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/Docum= entation/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 --=20 2.17.1 From nobody Tue Apr 28 09:05:01 2026 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6F586C43334 for ; Thu, 2 Jun 2022 12:06:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232300AbiFBMGv (ORCPT ); Thu, 2 Jun 2022 08:06:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35442 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234831AbiFBMGh (ORCPT ); Thu, 2 Jun 2022 08:06:37 -0400 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 996A1243196; Thu, 2 Jun 2022 05:06:34 -0700 (PDT) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 252C6R0i033794; Thu, 2 Jun 2022 07:06:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1654171587; bh=ARdQkLElrFVvSEbZbrN4spf/dQGX9cYcMBiv5qGTtCI=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=nESowFcRH5xNvm/Q0UyQDoiJK4qvmb4p7Ux9IvYiQx+PRT0I/BjxhIdU5z83Fdbe6 TAE1N6MwSl6MPQo9WmeB3ASyk7uJxQZhOhlrCQPSol6pnCsPi2EQlX2iog/yzngG0t NjJi7B2Au5FIwvA/6k5hm1VcIi4YTg63fuASbs60= Received: from DLEE105.ent.ti.com (dlee105.ent.ti.com [157.170.170.35]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 252C6RAw099095 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 2 Jun 2022 07:06:27 -0500 Received: from DLEE115.ent.ti.com (157.170.170.26) by DLEE105.ent.ti.com (157.170.170.35) 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:27 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) 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 via Frontend Transport; Thu, 2 Jun 2022 07:06:27 -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 252C6EEp054710; Thu, 2 Jun 2022 07:06:24 -0500 From: Kishon Vijay Abraham I To: Rob Herring , Krzysztof Kozlowski , Nishanth Menon , Santosh Shilimkar CC: , , , Kishon Vijay Abraham I Subject: [PATCH v2 3/3] soc: ti: pruss: Enable support for PRUSS-M subsystem on K3 AM62x SoCs Date: Thu, 2 Jun 2022 17:36:13 +0530 Message-ID: <20220602120613.2175-4-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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The K3 AM62x family of SoC has one PRUSS-M instance and it has two Programmable Real-Time Units (PRU0 and PRU1). This does not support Industrial Communications Subsystem features like Ethernet. The existing pruss platform driver has been updated to support this through a new AM62x specific compatible. Signed-off-by: Kishon Vijay Abraham I --- drivers/soc/ti/pruss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/ti/pruss.c b/drivers/soc/ti/pruss.c index 0e4ba0f89533..6882c86b3ce5 100644 --- a/drivers/soc/ti/pruss.c +++ b/drivers/soc/ti/pruss.c @@ -338,6 +338,7 @@ static const struct of_device_id pruss_of_match[] =3D { { .compatible =3D "ti,am654-icssg", .data =3D &am65x_j721e_pruss_data, }, { .compatible =3D "ti,j721e-icssg", .data =3D &am65x_j721e_pruss_data, }, { .compatible =3D "ti,am642-icssg", .data =3D &am65x_j721e_pruss_data, }, + { .compatible =3D "ti,am625-pruss", .data =3D &am65x_j721e_pruss_data, }, {}, }; MODULE_DEVICE_TABLE(of, pruss_of_match); --=20 2.17.1