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

Commit 585cdc50 authored by Ravikanth Tuniki's avatar Ravikanth Tuniki
Browse files

ARM: dts: msm: Add 120fps display and touch support Yupik Amoled IDPS

This change adds display and touch support for r66451 dsc fhd plus 
120fps command mode panel on yupik.

Change-Id: If331abb695ef22103fdca51fa0a8a9dded69c6b5
parent d9b05944
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
&sde_dsi {
	vddio-supply = <&L12C>;
	vdd-supply = <&L13C>;
	qcom,dsi-default-panel = <&dsi_r66451_amoled_144hz_cmd_cphy>;
	qcom,dsi-default-panel = <&dsi_r66451_amoled_120hz_cmd_cphy>;
};

&qupv3_se13_i2c {
@@ -40,6 +40,8 @@
		pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;
		pinctrl-2 = <&ts_release>;

		panel = <&dsi_r66451_amoled_144hz_cmd_cphy &dsi_r66451_amoled_90hz_cmd_cphy>;
		panel = <&dsi_r66451_amoled_144hz_cmd_cphy
			 &dsi_r66451_amoled_120hz_cmd_cphy
			 &dsi_r66451_amoled_90hz_cmd_cphy>;
	};
};