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

Commit 4b94735d authored by Rahul Sharma's avatar Rahul Sharma
Browse files

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



Automotive use case requirement is to have HDMI display as non-pluggable.
This change also set a custom mode as 1920x1080p@60Hz.

Change-Id: Ic2baec180d51dc6a91eaf72c44df1da066f04d2e
Signed-off-by: default avatarRahul Sharma <sharah@codeaurora.org>
parent 92c49e01
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";
};