From patchwork Tue Mar 14 12:52:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Konrad Dybcio X-Patchwork-Id: 663269 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 3F6ABC6FD1D for ; Tue, 14 Mar 2023 13:07:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231636AbjCNNG7 (ORCPT ); Tue, 14 Mar 2023 09:06:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58334 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232206AbjCNNGk (ORCPT ); Tue, 14 Mar 2023 09:06:40 -0400 Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A3AA5F206 for ; Tue, 14 Mar 2023 06:03:19 -0700 (PDT) Received: by mail-lf1-x132.google.com with SMTP id r27so19895577lfe.10 for ; Tue, 14 Mar 2023 06:03:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678798994; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=MqZsJOX1El+luUmSocWq2Ruds493hltfIeGTUI/M7s0=; b=Zyccu8t1tX22mkBOOKwhOreojopFKh5/pdaDSoaBeOHrdL2ur9sTwoYNqNlFbL3w6E qBYGV6ADuj2ZNlPcsCFl4/qnlDVJSuKvLv1ynRQcrflve4ng8J+RgDL2KGi8X2SFK3R9 a6+YUzer2t+isCxrGbhrIqhoXV5SC1S6bxlAWsXW9TBkWgIECCZl/dTzLhdzJTj9K2Sf rvuAOFRezYxl+SDHVzO2fKy9Q7zyyDZzpO0WCP6xU6GQBiwYw7hra9Owq2NvXD2yjgQv 21qyOVDgeLKfPYKtC7lQIkwFH71wFEWuVhY4Xinl4jSGhnjt2aV4fN2S8C2cQN190cCR DHxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678798994; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=MqZsJOX1El+luUmSocWq2Ruds493hltfIeGTUI/M7s0=; b=eFjn/noh2uMg+NRlBTCjVTnelaUNqJK1l/jIgaSNRh5F6s8CBHdsiSEDHzl+61vGlJ SWat+Tim6/kom7Cgi40WtfqQXT4LlmwUZmtt878QFzl74GqwYi2EyOm556/m4W0gm5Ml 29ADaUqEPavdMI+V14igtRsAQPTePm74BB7qUy9mklbLq9NDJ6n/+xT//v4AJDR8/NHG mfN6SFX7KBSYjkNSrfzBXHrHlMK3Pvfo54G+wwAjWfMk4mklSt+qhqhrzRhw4oV6p6Xw rqPgJPtx5uc2GZxkcYCdfoBLM2Mn5Ocf2UOfLY0i2V7nXTgnXvZcf6U+i1pxVjBy9AIX 4yMw== X-Gm-Message-State: AO0yUKV72usWvjS4QFtWaz9aBp5KE9I9qwAmRWRoQ5XuYVxUTx6Xrscr KaV4EOPSQiiUJP8yGCEETOLl8iALlRG3iLDa2j0= X-Google-Smtp-Source: AK7set9qOvhwQgOeP4U1McR7yj1LUoKO8eAR6fKuhFRTzvH3/lO2wA88LCnFpHmHEttF3cZT0GEPtg== X-Received: by 2002:ac2:5a11:0:b0:4dd:afb4:26b3 with SMTP id q17-20020ac25a11000000b004ddafb426b3mr768141lfn.16.1678798391245; Tue, 14 Mar 2023 05:53:11 -0700 (PDT) Received: from [192.168.1.101] (abyj16.neoplus.adsl.tpnet.pl. [83.9.29.16]) by smtp.gmail.com with ESMTPSA id s9-20020a19ad49000000b004dda74eccafsm395374lfd.68.2023.03.14.05.53.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Mar 2023 05:53:10 -0700 (PDT) From: Konrad Dybcio Date: Tue, 14 Mar 2023 13:52:57 +0100 Subject: [PATCH 2/6] dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMA MIME-Version: 1.0 Message-Id: <20230314-topic-2290_compats-v1-2-47e26c3c0365@linaro.org> References: <20230314-topic-2290_compats-v1-0-47e26c3c0365@linaro.org> In-Reply-To: <20230314-topic-2290_compats-v1-0-47e26c3c0365@linaro.org> To: Andy Gross , Bjorn Andersson , Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Prakash Ranjan , Vinod Koul , Srinivas Kandagatla , Ulf Hansson , Bhupesh Sharma , Greg Kroah-Hartman , Wesley Cheng , Amit Kucheria , Thara Gopinath , "Rafael J. Wysocki" , Daniel Lezcano , Zhang Rui Cc: linux-arm-msm@vger.kernel.org, linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, linux-mmc@vger.kernel.org, linux-usb@vger.kernel.org, linux-pm@vger.kernel.org, Konrad Dybcio X-Mailer: b4 0.12.1 X-Developer-Signature: v=1; a=ed25519-sha256; t=1678798384; l=817; i=konrad.dybcio@linaro.org; s=20230215; h=from:subject:message-id; bh=9mAqu5IGrrdUOaP0PlfWAkH94BH0kiBbnQ1iZWRCDUM=; b=Sh44OBUk8yAs+WqMAoK2kFFPM3jib6rHQJUJlUycILo2oU82/iPMiKJDnydXvXJL+YhzIpMEFN+N sGnknaghBoSI8VGUuzX1St9M1lXVjwwnkKWcthQp66XIHR9eCzzo X-Developer-Key: i=konrad.dybcio@linaro.org; a=ed25519; pk=iclgkYvtl2w05SSXO5EjjSYlhFKsJ+5OSZBjOkQuEms= Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Add a compatible for the single GPI DMA controller on QCM2290. It uses the same 0x10000 offset as SM6350. Signed-off-by: Konrad Dybcio Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml index fc5de7b6f19e..f61145c91b6d 100644 --- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml +++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml @@ -24,6 +24,7 @@ properties: - qcom,sm6350-gpi-dma - items: - enum: + - qcom,qcm2290-gpi-dma - qcom,qdu1000-gpi-dma - qcom,sc7280-gpi-dma - qcom,sm6115-gpi-dma