From patchwork Fri Dec 16 23:15:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marijn Suijten X-Patchwork-Id: 13075619 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 0B7CBC46467 for ; Fri, 16 Dec 2022 23:16:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229883AbiLPXP6 (ORCPT ); Fri, 16 Dec 2022 18:15:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44994 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229948AbiLPXPz (ORCPT ); Fri, 16 Dec 2022 18:15:55 -0500 Received: from relay05.th.seeweb.it (relay05.th.seeweb.it [5.144.164.166]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E035338B7; Fri, 16 Dec 2022 15:15:42 -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-r2.th.seeweb.it (Postfix) with ESMTPSA id AD1DE3EF16; Sat, 17 Dec 2022 00:15:40 +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 , linux-arm-msm@vger.kernel.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/2] arm64: dts: qcom: sm6125: Enable GPI DMA Date: Sat, 17 Dec 2022 00:15:26 +0100 Message-Id: <20221216231528.1268447-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 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/20221216215819.1164973-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