arm64: dts: sdm630: Temporarily disable SMMUs by default
authorKonrad Dybcio <konradybcio@gmail.com>
Mon, 29 Jun 2020 22:26:10 +0000 (00:26 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 14 Sep 2020 23:30:56 +0000 (23:30 +0000)
There happens to be an issue between how kernel handles
qcom-smmuv2 and how the hypervisor would like it to be
handled. That results in the platform hanging completely
after the SMMUs are probed.

Hence, disable the SMMU nodes temporarily, until the
issue is rectified.

This has been overlooked by me in the initial
porting stage, as my defconfig has SMMU disabled.

Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
Link: https://lore.kernel.org/r/20200629222610.168511-1-konradybcio@gmail.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sdm630.dtsi

index 88efe82..deb928d 100644 (file)
                                <GIC_SPI 472 IRQ_TYPE_LEVEL_HIGH>,
                                <GIC_SPI 473 IRQ_TYPE_LEVEL_HIGH>,
                                <GIC_SPI 474 IRQ_TYPE_LEVEL_HIGH>;
+
+                       status = "disabled";
                };
 
                tcsr_mutex_regs: syscon@1f40000 {
                                <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
                                <GIC_SPI 349 IRQ_TYPE_LEVEL_HIGH>,
                                <GIC_SPI 350 IRQ_TYPE_LEVEL_HIGH>;
+
+                       status = "disabled";
                };
 
                lpass_smmu: iommu@5100000 {
                                <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>,
                                <GIC_SPI 310 IRQ_TYPE_LEVEL_HIGH>,
                                <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>;
+
+                       status = "disabled";
                };
 
                spmi_bus: spmi@800f000 {
                                <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
                                <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
                                <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
+
+                       status = "disabled";
                };
 
                apcs_glb: mailbox@17911000 {