From 9dfe292bbab895bc9cd6d25ef25d88bd9f3a8770 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, 2 insertions(+), 7 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi b/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi
index 743c339ba108..14487004e656 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi
@@ -781,13 +781,8 @@ &mdss_dsi0_phy {
 	vdds-supply = <&vdda_mipi_dsi0_pll>;
 };
 
-/*
- * 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";
+&mdss_mdp {
+	status = "okay";
 };
 
 &mss_pil {
-- 
GitLab