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

Commit 2432f0dd authored by Ritesh Kumar's avatar Ritesh Kumar Committed by Ravikanth Tuniki
Browse files

ARM: dts: msm: Enable touch for Dual DSI panel on shima

Enable touch for Dual DSI panel on shima.

Change-Id: Icb198d7831b1932b199c0e680af0f32c72f0913f
parent 91c737ad
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -199,6 +199,27 @@
		focaltech,trusted-touch-io-bases = <0xF114000 0xF115000 0xF116000 0xF117000 0x988000 0x00910000>;
		focaltech,trusted-touch-io-sizes = <0x1000 0x1000 0x1000 0x1000 0x1000 0x4000>;
	};

	atmel_mxt_ts@4a {
		compatible = "atmel,maxtouch";
		reg = <0x4a>;
		interrupt-parent = <&tlmm>;
		interrupts = <23 0x2008>;
		avdd-supply = <&L3C>;
		vdd-supply = <&L8C>;
		pinctrl-names = "pmx_ts_active", "pmx_ts_suspend";
		pinctrl-0 = <&ts_active>;
		pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;

		atmel,xy_switch;
		atmel,inverty;
		atmel,invertx;
		reset-gpios = <&tlmm 22 0x00>;
		irq-gpios = <&tlmm 23 0x2008>;
		atmel,panel-coords = <0 0 479 799>;
		atmel,display-coords = <0 0 339 729>;
		panel = <&dsi_sharp_qhd_plus_dsc_cmd>;
	};
};

&dai_mi2s2 {