From patchwork Thu Dec 22 19:45:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marijn Suijten X-Patchwork-Id: 636001 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 2F349C41535 for ; Thu, 22 Dec 2022 19:46:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235821AbiLVTqN (ORCPT ); Thu, 22 Dec 2022 14:46:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36456 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235706AbiLVTqM (ORCPT ); Thu, 22 Dec 2022 14:46:12 -0500 Received: from m-r1.th.seeweb.it (m-r1.th.seeweb.it [5.144.164.170]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 486B91834F; Thu, 22 Dec 2022 11:46:11 -0800 (PST) Received: from localhost.localdomain (94-209-172-39.cable.dynamic.v4.ziggo.nl [94.209.172.39]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r1.th.seeweb.it (Postfix) with ESMTPSA id 1EDE72021C; Thu, 22 Dec 2022 20:46:09 +0100 (CET) From: Marijn Suijten To: phone-devel@vger.kernel.org, Andy Gross , Bjorn Andersson , Vinod Koul , Rob Herring , Krzysztof Kozlowski Cc: ~postmarketos/upstreaming@lists.sr.ht, AngeloGioacchino Del Regno , Konrad Dybcio , Martin Botka , Jami Kettunen , Marijn Suijten , Lux Aliaga , Konrad Dybcio , Richard Acayan , Luca Weiss , Bhupesh Sharma , Douglas Anderson , linux-arm-msm@vger.kernel.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 0/2] arm64: dts: qcom: sm6125: Enable GPI DMA Date: Thu, 22 Dec 2022 20:45:58 +0100 Message-Id: <20221222194600.139854-1-marijn.suijten@somainline.org> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Enable GPI DMA on SM6125 by using the new sdm845 compatible with ee_offset 0. Changes since v2: - Remove leading zero from iommu stream ID. v2: https://lore.kernel.org/linux-arm-msm/20221216231528.1268447-1-marijn.suijten@somainline.org/T/#u Changes since v1: - Drop driver patch in favour of using generic qcom,sdm845-gpi-dma compatible [1]; - Replace status = "okay" with "disabled"; - Use 3 instead of 5 dma cells; - Reorder properties; - Explicitly depend on APPS SMMU series to have apps_smmu label available. v1: https://lore.kernel.org/all/20221001185526.494095-1-martin.botka@somainline.org/T/#u Depends on: - SM6125 APPS SMMU: https://lore.kernel.org/linux-arm-msm/20221222193254.126925-1-marijn.suijten@somainline.org/T/#u [1]: https://lore.kernel.org/all/20220927014846.32892-2-mailingradian@gmail.com/ Martin Botka (2): dt-bindings: dma: gpi: Document SM6125 compatible arm64: dts: qcom: sm6125: Add GPI DMA nodes .../devicetree/bindings/dma/qcom,gpi.yaml | 1 + arch/arm64/boot/dts/qcom/sm6125.dtsi | 37 +++++++++++++++++++ 2 files changed, 38 insertions(+) --- 2.39.0