arm64: dts: qcom: sm6125: Pad APPS IOMMU address to 8 characters
authorMarijn Suijten <marijn.suijten@somainline.org>
Sun, 23 Jul 2023 16:08:40 +0000 (18:08 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 19 Sep 2023 21:38:03 +0000 (14:38 -0700)
APPS IOMMU is the only node in sm6125.dtsi that doesn't have its
address padded to 8 hexadecimals; fix this by prepending a 0.

Fixes: 8ddb4bc3d3b5 ("arm64: dts: qcom: sm6125: Configure APPS SMMU")
Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Link: https://lore.kernel.org/r/20230723-sm6125-dpu-v4-2-a3f287dd6c07@somainline.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm6125.dtsi

index d7c1a40617c64734fc2ac15bd525dbb6a6d48d26..197f8fed19a29f0e39295add8357ff2112bf4a5b 100644 (file)
 
                apps_smmu: iommu@c600000 {
                        compatible = "qcom,sm6125-smmu-500", "qcom,smmu-500", "arm,mmu-500";
-                       reg = <0xc600000 0x80000>;
+                       reg = <0x0c600000 0x80000>;
                        interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,