Commit 4a5622c1 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sdm845: Don't disable MDP explicitly



DPU/MDSS is borderline useless without MDP, so disabling
both of them makes little sense. With this change, enabling
mdss will be enough.

Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211002001358.45920-4-konrad.dybcio@somainline.org
parent 7f761609
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -637,10 +637,6 @@ &mdss {
	status = "okay";
};

&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
+0 −4
Original line number Diff line number Diff line
@@ -490,10 +490,6 @@ &mdss {
	status = "okay";
};

&mdss_mdp {
	status = "okay";
};

&mss_pil {
	status = "okay";
	firmware-name = "qcom/sdm845/mba.mbn", "qcom/sdm845/modem.mbn";
+0 −4
Original line number Diff line number Diff line
@@ -466,10 +466,6 @@ &mdss {
	status = "okay";
};

&mdss_mdp {
	status = "okay";
};

&mss_pil {
	status = "okay";
	firmware-name = "qcom/sdm845/mba.mbn", "qcom/sdm845/modem.mbn";
+0 −4
Original line number Diff line number Diff line
@@ -427,10 +427,6 @@ &mdss {
	status = "okay";
};

&mdss_mdp {
	status = "okay";
};

/* Modem/wifi*/
&mss_pil {
	status = "okay";
+0 −4
Original line number Diff line number Diff line
@@ -291,10 +291,6 @@ &mdss {
	status = "okay";
};

&mdss_mdp {
	status = "okay";
};

&mss_pil {
	status = "okay";
	firmware-name = "qcom/sdm845/mba.mbn", "qcom/sdm845/modem.mdt";
Loading