From 19bdfeae254e1c25b93560330b37a9e2005f5cb4 Mon Sep 17 00:00:00 2001 From: Eric Anholt <eric@anholt.net> Date: Wed, 2 Sep 2020 12:22:28 -0700 Subject: [PATCH] arm: dts: qcom: sdm845: Drop the cheza hack now that we hack it on in DRM. This reverts commit 5b17993f1d2e988ec7f67f2d796754396dc413c3. Signed-off-by: Eric Anholt <eric@anholt.net> --- arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi | 9 --------- 1 file changed, 9 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi b/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi index 216a74f0057c1..dfe8de30a0679 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi @@ -633,15 +633,6 @@ &mdss_mdp { status = "okay"; }; -/* - * Cheza fw does not properly program the GPU aperture to allow the - * GPU to update the SMMU pagetables for context switches. Work - * around this by dropping the "qcom,adreno-smmu" compat string. - */ -&adreno_smmu { - compatible = "qcom,sdm845-smmu-v2", "qcom,smmu-v2"; -}; - &mss_pil { iommus = <&apps_smmu 0x781 0x0>, <&apps_smmu 0x724 0x3>; -- GitLab