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

Commit 334340cf authored by Xiaonian Wang's avatar Xiaonian Wang
Browse files

ARM: dts: msm: add touch device node for msm8917 TMO project



Add Goodix touch controller device node for MSM8917 TMO project.
Touch controller is connected to the host processor via I2C.

CRs-Fixed: 1002104
Change-Id: I57e16c9265a0d250120788e18976dda32f935cda
Signed-off-by: default avatarXiaonian Wang <xiaonian@codeaurora.org>
parent 55cb63cb
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -21,6 +21,29 @@
};

&soc {

	i2c@78b7000 {
		status = "ok";
		goodix@5d{
			compatible = "goodix,gt9xx";
			reg = <0x5d>;
			interrupt-parent = <&tlmm>;
			interrupts = <65 0x02>;
			avdd-supply = <&pm8917_l17>;
			vdd-supply = <&pm8917_l17>;
			vcc_i2c-supply = <&pm8917_l6>;
			reset-gpios = <&tlmm 64 0x00>;
			interrupt-gpios = <&tlmm 65 0x2008>;
			goodix,panel-coords = <0 0 720 1200>;
			goodix,display-coords = <0 0 720 1080>;
			goodix,button-map= <139 172 158>;
			goodix,product-id = "5668";
			goodix,fw_name = "gtp_fw.bin";
			goodix,have-touch-key;
			goodix,driver-send-cfg;
		};
	};

	gpio_keys {
		vol_down {
			label = "volume_down";