From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Kuldeep Singh <singh.kuldeep87k@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Andy Gross <agross@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH v4 1/4] ARM: dts: qcom: apq8064: Use generic node name for DMA
Date: Sat, 23 Apr 2022 09:03:39 -0700 [thread overview]
Message-ID: <YmQjW4OYe5rTBP/Q@ripper> (raw)
In-Reply-To: <20220421171809.32722-2-singh.kuldeep87k@gmail.com>
On Thu 21 Apr 10:18 PDT 2022, Kuldeep Singh wrote:
> Qcom BAM DT spec expects generic DMA controller node name as
> "dma-controller" to enable validations.
>
> Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
It seems that I picked up v3, but patchwork-bot didn't send out any
notifications.
Please double check linux-next to confirm that we got them all sorted
out.
Thanks,
Bjorn
> ---
> arch/arm/boot/dts/qcom-apq8064.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
> index a1c8ae516d21..b2975be3ae04 100644
> --- a/arch/arm/boot/dts/qcom-apq8064.dtsi
> +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
> @@ -1040,7 +1040,7 @@ sata0: sata@29000000 {
> };
>
> /* Temporary fixed regulator */
> - sdcc1bam:dma@12402000{
> + sdcc1bam: dma-controller@12402000{
> compatible = "qcom,bam-v1.3.0";
> reg = <0x12402000 0x8000>;
> interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
> @@ -1050,7 +1050,7 @@ sdcc1bam:dma@12402000{
> qcom,ee = <0>;
> };
>
> - sdcc3bam:dma@12182000{
> + sdcc3bam: dma-controller@12182000{
> compatible = "qcom,bam-v1.3.0";
> reg = <0x12182000 0x8000>;
> interrupts = <0 96 IRQ_TYPE_LEVEL_HIGH>;
> @@ -1060,7 +1060,7 @@ sdcc3bam:dma@12182000{
> qcom,ee = <0>;
> };
>
> - sdcc4bam:dma@121c2000{
> + sdcc4bam: dma-controller@121c2000{
> compatible = "qcom,bam-v1.3.0";
> reg = <0x121c2000 0x8000>;
> interrupts = <0 95 IRQ_TYPE_LEVEL_HIGH>;
> --
> 2.25.1
>
next prev parent reply other threads:[~2022-04-23 16:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-21 17:18 [PATCH v4 0/4] Use generic dma node name for Qcom platforms Kuldeep Singh
2022-04-21 17:18 ` [PATCH v4 1/4] ARM: dts: qcom: apq8064: Use generic node name for DMA Kuldeep Singh
2022-04-23 16:03 ` Bjorn Andersson [this message]
2022-04-23 18:09 ` Kuldeep Singh
2022-04-26 20:49 ` Bjorn Andersson
2022-04-28 1:39 ` Kuldeep Singh
2022-04-21 17:18 ` [PATCH v4 2/4] ARM: dts: qcom: mdm9615: " Kuldeep Singh
2022-04-21 17:18 ` [PATCH v4 3/4] ARM: dts: qcom: ipq4019: " Kuldeep Singh
2022-04-21 17:18 ` [PATCH v4 4/4] ARM: dts: qcom: ipq8064: " Kuldeep Singh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YmQjW4OYe5rTBP/Q@ripper \
--to=bjorn.andersson@linaro.org \
--cc=agross@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=singh.kuldeep87k@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).