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

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

Merge "ARM: dts: msm: add synatpics touch on lito device"

parents 924d1cf0 84083b1f
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -334,7 +334,36 @@
		st,reset-gpio = <&tlmm 8 0x00>;
		st,regulator_dvdd = "vdd";
		st,regulator_avdd = "avdd";
		panel = <&dsi_sw43404_amoled_cmd &dsi_sw43404_amoled_video>;
	};

	synaptics_dsx@22 {
		compatible = "synaptics,dsx-i2c";
		reg = <0x22>;
		interrupt-parent = <&tlmm>;
		interrupts = <39 0x2008>;
		vdd-supply = <&pm8150a_l1>;
		avdd-supply = <&pm8150_l13>;
		pinctrl-names = "pmx_ts_active", "pmx_ts_suspend",
							"pmx_ts_release";
		pinctrl-0 = <&ts_active>;
		pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;
		pinctrl-2 = <&pmx_ts_release>;
		synaptics,pwr-reg-name = "avdd";
		synaptics,bus-reg-name = "vdd";
		synaptics,ub-i2c-addr = <0x22>;
		synaptics,max-y-for-2d = <2559>;
		synaptics,irq-gpio = <&tlmm 39 0x2008>;
		synaptics,reset-gpio = <&tlmm 38 0x0>;
		synaptics,irq-on-state = <0>;
		synaptics,power-delay-ms = <200>;
		synaptics,reset-delay-ms = <200>;
		synaptics,reset-on-state = <0>;
		synaptics,reset-active-ms = <20>;

		panel = <&dsi_sharp_qsync_wqhd_cmd &dsi_sharp_qsync_wqhd_video>;
	};

};

&qupv3_se9_i2c {
+1 −0
Original line number Diff line number Diff line
@@ -233,6 +233,7 @@
		st,regulator_avdd = "avdd";
		st,x-flip = <1>;
		st,y-flip = <1>;
		panel = <&dsi_sw43404_amoled_cmd &dsi_sw43404_amoled_video>;
	};
};

+15 −0
Original line number Diff line number Diff line
@@ -1730,6 +1730,21 @@
			};
		};

		pmx_ts_release {
			pmx_ts_release: pmx_ts_release {
				mux {
					pins = "gpio38", "gpio39";
					function = "gpio";
				};

				config {
					pins = "gpio38", "gpio39";
					drive-strength = <2>;
					bias-disable;
				};
			};
		};

		pmx_sde_te {
			sde_te_active: sde_te_active {
				mux {
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@
		st,regulator_avdd = "avdd";
		st,x-flip;
		st,y-flip;
		panel = <&dsi_sw43404_amoled_cmd &dsi_sw43404_amoled_video>;
	};
};