devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: msm8939: Fix iommu local address range
@ 2023-09-17 14:00 Gaurav Kohli
  2023-09-17 15:57 ` Stephan Gerhold
  2023-09-20 18:58 ` Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Gaurav Kohli @ 2023-09-17 14:00 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, krzysztof.kozlowski+dt
  Cc: linux-arm-msm, devicetree, kernel, Gaurav Kohli

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>

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: qcom: msm8939: Fix iommu local address range
  2023-09-17 14:00 [PATCH] arm64: dts: qcom: msm8939: Fix iommu local address range Gaurav Kohli
@ 2023-09-17 15:57 ` Stephan Gerhold
  2023-09-20 18:58 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Stephan Gerhold @ 2023-09-17 15:57 UTC (permalink / raw)
  To: Gaurav Kohli
  Cc: agross, andersson, konrad.dybcio, krzysztof.kozlowski+dt,
	linux-arm-msm, devicetree, kernel

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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: qcom: msm8939: Fix iommu local address range
  2023-09-17 14:00 [PATCH] arm64: dts: qcom: msm8939: Fix iommu local address range Gaurav Kohli
  2023-09-17 15:57 ` Stephan Gerhold
@ 2023-09-20 18:58 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2023-09-20 18:58 UTC (permalink / raw)
  To: agross, konrad.dybcio, krzysztof.kozlowski+dt, Gaurav Kohli
  Cc: linux-arm-msm, devicetree, kernel


On Sun, 17 Sep 2023 19:30:39 +0530, Gaurav Kohli wrote:
> Fix the apps iommu local address space range as per data sheet.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: msm8939: Fix iommu local address range
      commit: d40291e52d5ac4d0ff18ca433e84e6ddccc13427

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-20 18:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-17 14:00 [PATCH] arm64: dts: qcom: msm8939: Fix iommu local address range Gaurav Kohli
2023-09-17 15:57 ` Stephan Gerhold
2023-09-20 18:58 ` Bjorn Andersson

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).