Commit 37b05cec authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: msm8996: Disable MDSS and Adreno by default



Disable them by default to allow for booting without a display
and proprietary firmware. Then, enable them on boards that didn't
previously disable them. Hence, this commit brings no functional
difference.

Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210228130831.203765-6-konrad.dybcio@somainline.org


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent c33d9068
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -204,6 +204,10 @@ &camss {
	vdda-supply = <&vreg_l2a_1p25>;
	vdda-supply = <&vreg_l2a_1p25>;
};
};


&gpu {
	status = "okay";
};

&hdmi {
&hdmi {
	status = "okay";
	status = "okay";


+8 −0
Original line number Original line Diff line number Diff line
@@ -88,6 +88,14 @@ &blsp2_uart2 {
	pinctrl-1 = <&blsp2_uart2_2pins_sleep>;
	pinctrl-1 = <&blsp2_uart2_2pins_sleep>;
};
};


&gpu {
	status = "okay";
};

&mdss {
	status = "okay";
};

&tlmm {
&tlmm {
	sdc2_pins_default: sdc2-pins-default {
	sdc2_pins_default: sdc2-pins-default {
		clk {
		clk {
+6 −1
Original line number Original line Diff line number Diff line
@@ -522,6 +522,8 @@ mdss: mdss@900000 {
			#size-cells = <1>;
			#size-cells = <1>;
			ranges;
			ranges;


			status = "disabled";

			mdp: mdp@901000 {
			mdp: mdp@901000 {
				compatible = "qcom,mdp5";
				compatible = "qcom,mdp5";
				reg = <0x00901000 0x90000>;
				reg = <0x00901000 0x90000>;
@@ -619,7 +621,8 @@ hdmi_phy: hdmi-phy@9a0600 {
					      "ref";
					      "ref";
			};
			};
		};
		};
		gpu@b00000 {

		gpu: gpu@b00000 {
			compatible = "qcom,adreno-530.2", "qcom,adreno";
			compatible = "qcom,adreno-530.2", "qcom,adreno";
			#stream-id-cells = <16>;
			#stream-id-cells = <16>;


@@ -651,6 +654,8 @@ gpu@b00000 {


			operating-points-v2 = <&gpu_opp_table>;
			operating-points-v2 = <&gpu_opp_table>;


			status = "disabled";

			gpu_opp_table: opp-table {
			gpu_opp_table: opp-table {
				compatible  ="operating-points-v2";
				compatible  ="operating-points-v2";