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

Commit 60832ea2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: touchscreen: clean ITE tech TS driver"

parents 5aabdd29 eebec613
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -22,6 +22,12 @@ Optional properties:
 - avdd-supply		: Analog power supply needed to power device
 - vdd-supply		: Power source required to pull up i2c bus
 - ite,wakeup		: boolean, use this to support touch-to-wake feature.
 - ite,palm-detect-en	: boolean, use this to send palm-detect-keycode when
			  palm is detected.

Required properties palm-detect-en feature:
 - ite,palm-detect-keycode	: The keycode that is required to be sent when
			  palm is detected by the ITE tech driver.

Example:
	i2c@f9927000 {
@@ -35,5 +41,7 @@ Example:
			ite,reset-gpio = <&msmgpio 16 0x00>;
			ite,irq-gpio = <&msmgpio 17 0x2008>;
			ite,wakeup;
			ite,palm-detect-en;
			ite,palm-detect-keycode = <142>;
		};
	};
+345 −345

File changed.

Preview size limit exceeded, changes collapsed.