devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephan Gerhold <stephan@gerhold.net>
To: Gaurav Kohli <quic_gkohli@quicinc.com>
Cc: agross@kernel.org, andersson@kernel.org,
	konrad.dybcio@linaro.org, krzysztof.kozlowski+dt@linaro.org,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	kernel@quicinc.com
Subject: Re: [PATCH] arm64: dts: qcom: msm8939: Fix iommu local address range
Date: Sun, 17 Sep 2023 17:57:16 +0200	[thread overview]
Message-ID: <ZQch3NF2mXbuNq4v@gerhold.net> (raw)
In-Reply-To: <20230917140039.25283-1-quic_gkohli@quicinc.com>

On Sun, Sep 17, 2023 at 07:30:39PM +0530, Gaurav Kohli wrote:
> Fix the apps iommu local address space range as per data sheet.
> 
> Fixes: 61550c6c156c ("arm64: dts: qcom: Add msm8939 SoC")
> Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>

Thanks!

Reviewed-by: Stephan Gerhold <stephan@gerhold.net>

> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8939.dtsi b/arch/arm64/boot/dts/qcom/msm8939.dtsi
> index 6e24f0f2374f..5a6b1942cfaa 100644
> --- a/arch/arm64/boot/dts/qcom/msm8939.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8939.dtsi
> @@ -1447,7 +1447,7 @@
>  		apps_iommu: iommu@1ef0000 {
>  			compatible = "qcom,msm8916-iommu", "qcom,msm-iommu-v1";
>  			reg = <0x01ef0000 0x3000>;
> -			ranges = <0 0x01e20000 0x40000>;
> +			ranges = <0 0x01e20000 0x20000>;
>  			clocks = <&gcc GCC_SMMU_CFG_CLK>,
>  				 <&gcc GCC_APSS_TCU_CLK>;
>  			clock-names = "iface", "bus";
> -- 
> 2.17.1
> 

  reply	other threads:[~2023-09-17 15:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-17 14:00 [PATCH] arm64: dts: qcom: msm8939: Fix iommu local address range Gaurav Kohli
2023-09-17 15:57 ` Stephan Gerhold [this message]
2023-09-20 18:58 ` Bjorn Andersson

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=ZQch3NF2mXbuNq4v@gerhold.net \
    --to=stephan@gerhold.net \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kernel@quicinc.com \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=quic_gkohli@quicinc.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).