summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
diff options
context:
space:
mode:
authorKonrad Dybcio <konrad.dybcio@linaro.org>2023-03-31 03:14:51 +0200
committerBjorn Andersson <andersson@kernel.org>2023-04-08 01:33:26 +0200
commit1642ab96efa427f88e8a54c11b01b1b333ce58bd (patch)
tree1c955bdaa2c676b2183c4923b660b5f24f5f475f /arch/arm64/boot/dts/qcom/sm8150-mtp.dts
parentarm64: dts: qcom: ipq5332: add support for the RDP468 variant (diff)
downloadlinux-1642ab96efa427f88e8a54c11b01b1b333ce58bd.tar.xz
linux-1642ab96efa427f88e8a54c11b01b1b333ce58bd.zip
arm64: dts: qcom: sm8150: Don't start Adreno in headless mode
Now that there's display support, there is no reason to assume the default mode for Adreno should be headless. Keep it like that for boards that previously enabled it, so as not to create regressions though. Tested-by: Marijn Suijten <marijn.suijten@somainline.org> # On Sony Xperia 5 Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230331-topic-konahana_speedbin-v3-3-2dede22dd7f7@linaro.org
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sm8150-mtp.dts')
-rw-r--r--arch/arm64/boot/dts/qcom/sm8150-mtp.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8150-mtp.dts b/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
index eff995a07ab7..34ec84916bdd 100644
--- a/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
+++ b/arch/arm64/boot/dts/qcom/sm8150-mtp.dts
@@ -354,6 +354,11 @@
};
&gpu {
+ /*
+ * NOTE: "amd,imageon" makes Adreno start in headless mode, remove it
+ * after display support is added on this board.
+ */
+ compatible = "qcom,adreno-640.1", "qcom,adreno", "amd,imageon";
status = "okay";
};