From patchwork Fri Dec 23 11:56:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Devarsh Thakkar X-Patchwork-Id: 636440 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 A0232C4167B for ; Fri, 23 Dec 2022 11:56:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229648AbiLWL4u (ORCPT ); Fri, 23 Dec 2022 06:56:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbiLWL4s (ORCPT ); Fri, 23 Dec 2022 06:56:48 -0500 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A76A32A26F; Fri, 23 Dec 2022 03:56:47 -0800 (PST) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 2BNBueKH052723; Fri, 23 Dec 2022 05:56:40 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1671796600; bh=Rgs19MfcuDTY2JyxhMb7SGYKUyJ4uOZwJzsI7FNi9TI=; h=From:To:CC:Subject:Date; b=R5eMWLBahRJ/y67RACKMOSNhzFE5NgQS3xVLAlq+KGoI+UT6wSho4fqfC6u58ua4T bujy0+5X9tuuPZLoyl75/Gx+2M5m+YsQwTX/iGb6E4umdpoDMix/Ps6zg4c7j5vdPR uklyqXFczyXQmNlANHdyMRsSNe3wj246+Bzxn0Zg= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 2BNBueGV003672 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 23 Dec 2022 05:56:40 -0600 Received: from DLEE108.ent.ti.com (157.170.170.38) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Fri, 23 Dec 2022 05:56:40 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE108.ent.ti.com (157.170.170.38) 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; Fri, 23 Dec 2022 05:56:39 -0600 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 2BNBudJ3102128; Fri, 23 Dec 2022 05:56:39 -0600 From: Devarsh Thakkar To: , , , , , , , CC: , , , , , , Subject: [PATCH v3 0/2] Add single core R5F IPC for AM62 SoC family Date: Fri, 23 Dec 2022 17:26:36 +0530 Message-ID: <20221223115638.20192-1-devarsht@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org AM62 SoC family don't have a multicore R5F cluster, instead they have a single core R5F. This enables IPC support with single core R5F for AM62 family of SoCs. Devarsh Thakkar (2): dt-bindings: remoteproc: ti: Add new compatible for AM62 SoC family remoteproc: k3-r5: Use separate compatible string for TI AM62 SoC family .../bindings/remoteproc/ti,k3-r5f-rproc.yaml | 68 +++++++++++++------ drivers/remoteproc/ti_k3_r5_remoteproc.c | 57 ++++++++++++---- 2 files changed, 91 insertions(+), 34 deletions(-)