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

Commit f5de32f4 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add node for Atmel touch on Lahaina"

parents 269ed796 ce58c644
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -97,6 +97,27 @@
		panel = <&dsi_r66451_amoled_cmd
			 &dsi_r66451_amoled_video>;
	};

	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>;
	};
};

&i3c3 {