From patchwork Mon Jan 16 15:19:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Devarsh Thakkar X-Patchwork-Id: 13103386 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 95D6EC677F1 for ; Mon, 16 Jan 2023 15:22:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231937AbjAPPWb (ORCPT ); Mon, 16 Jan 2023 10:22:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40476 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230458AbjAPPVr (ORCPT ); Mon, 16 Jan 2023 10:21:47 -0500 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BF1F91E1C0; Mon, 16 Jan 2023 07:19:15 -0800 (PST) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 30GFJ8ic122810; Mon, 16 Jan 2023 09:19:08 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1673882348; bh=ld2pto1k0oeKRyAqtCi8AksV3UNXRzFR+WpIFqR1em0=; h=From:To:CC:Subject:Date; b=raIQhKyfr7CFLRBs7Y49dHYDh9pFke9Kx5we8N48urc62nEVB8jBktkQ4Zeq+vKHm W/fadNQIEqmyIT8cO78Ajl7glssBQnkbzB4sLsIbWlu0iPQzpBIO76bia4y2LI/074 3ydkQBYMIu54z1rSK0HEJn0qztGN9Bk9iuln1+6U= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 30GFJ8eX039159 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 16 Jan 2023 09:19:08 -0600 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Mon, 16 Jan 2023 09:19:08 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE107.ent.ti.com (10.64.6.28) 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; Mon, 16 Jan 2023 09:19:07 -0600 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 30GFJ7wB036359; Mon, 16 Jan 2023 09:19:07 -0600 From: Devarsh Thakkar To: , , , , , , , , CC: , , , , , , Subject: [PATCH v6 0/3] Add single core R5F IPC for AM62 SoC family Date: Mon, 16 Jan 2023 20:49:03 +0530 Message-ID: <20230116151906.549384-1-devarsht@ti.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@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 (3): remoteproc: k3-r5: Simplify single core config set dt-bindings: remoteproc: ti: Add new compatible for AM62 SoC family remoteproc: k3-r5: Use separate compatible string for TI AM62x SoC family .../bindings/remoteproc/ti,k3-r5f-rproc.yaml | 76 +++++++++++++----- drivers/remoteproc/ti_k3_r5_remoteproc.c | 77 ++++++++++++++----- 2 files changed, 111 insertions(+), 42 deletions(-)