Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9dc5296d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: modify HDMI configuration for msm8996 auto ADP/CDP"

parents 4782da70 4b94735d
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -607,6 +607,27 @@
	};
};

&sde_hdmi {
	qcom,non-pluggable;
	qcom,customize-modes {
		qcom,customize-mode-id@0 {
			qcom,mode-name = "1920x1080@60Hz";
			qcom,mode-h-active = <1920>;
			qcom,mode-h-front-porch = <88>;
			qcom,mode-h-pulse-width = <44>;
			qcom,mode-h-back-porch = <148>;
			qcom,mode-h-active-high;
			qcom,mode-v-active = <1080>;
			qcom,mode-v-front-porch = <4>;
			qcom,mode-v-pulse-width = <5>;
			qcom,mode-v-back-porch = <36>;
			qcom,mode-v-active-high;
			qcom,mode-refresh-rate = <60>;
			qcom,mode-clock-in-khz = <148500>;
		};
	};
};

&mdss_dsi {
	hw-config = "dual_dsi";
};
+21 −0
Original line number Diff line number Diff line
@@ -393,6 +393,27 @@
	};
};

&sde_hdmi {
	qcom,non-pluggable;
	qcom,customize-modes {
		qcom,customize-mode-id@0 {
			qcom,mode-name = "1920x1080@60Hz";
			qcom,mode-h-active = <1920>;
			qcom,mode-h-front-porch = <88>;
			qcom,mode-h-pulse-width = <44>;
			qcom,mode-h-back-porch = <148>;
			qcom,mode-h-active-high;
			qcom,mode-v-active = <1080>;
			qcom,mode-v-front-porch = <4>;
			qcom,mode-v-pulse-width = <5>;
			qcom,mode-v-back-porch = <36>;
			qcom,mode-v-active-high;
			qcom,mode-refresh-rate = <60>;
			qcom,mode-clock-in-khz = <148500>;
		};
	};
};

&mdss_dsi {
	hw-config = "dual_dsi";
};