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

Commit eb06e004 authored by Anna Hanna Sedlak Grinbaum's avatar Anna Hanna Sedlak Grinbaum Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: apq: Fix configuration of touchscreen on SBC8096



Fix touchscreen configuration:
 1) Change display and panel coordinates.
 2) Remove mapping of touchpad keys.
 3) Add support for firmware update.
 4) Fix I2C clock configuration to BLSP8.

Change-Id: If18bd0396143dc9f21a1b5591a65a547256d64d8
Signed-off-by: default avatarAnna Hanna Sedlak Grinbaum <asedla@codeaurora.org>
parent ac6766f8
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -334,6 +334,7 @@
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
};


&mdss_mdp {
	qcom,mdss-pref-prim-intf = "dsi";
};
@@ -454,7 +455,6 @@
	};
};


&pmi8994_gpios {
	gpio@c100 {	/* GPIO 2  SPKR_SD_N */
		qcom,mode = <1>;	/* DIGITAL OUT */
@@ -505,7 +505,7 @@
		/delete-property/ vdd-wlan-core-supply;
	};

	i2c@75ba000 {
	i2c@75b6000 {
		synaptics@20 {
			compatible = "synaptics,dsx";
			reg = <0x20>;
@@ -516,16 +516,16 @@
			pinctrl-names = "pmx_ts_active", "pmx_ts_suspend";
			pinctrl-0 = <&ts_active_sbc>;
			pinctrl-1 = <&ts_suspend_sbc>;
			synaptics,display-coords = <0 0 480 854>;
			synaptics,panel-coords = <0 0 480 854>;
			synaptics,display-coords = <0 0 1599 2559>;
			synaptics,panel-coords = <0 0 1599 2703>;
			synaptics,reset-gpio = <&tlmm 29 0x00>;
			synaptics,irq-gpio = <&tlmm 125 0x2008>;
			synaptics,button-map = <139 102 158>;
			synaptics,disable-gpios;
			synaptics,fw-name = "PR1702898-s3528t_00350002.img";
			/* Underlying clocks used by secure touch */
			clock-names = "iface_clk", "core_clk";
			clocks = <&clock_gcc clk_gcc_blsp2_ahb_clk>,
				 <&clock_gcc clk_gcc_blsp2_qup6_i2c_apps_clk>;
				 <&clock_gcc clk_gcc_blsp2_qup2_i2c_apps_clk>;
		};
	};