Commit 6f64e703 authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Shawn Guo
Browse files

ARM: dts: imx6dl: enable touchscreen debounce filter on PLYM2M and PRTVT7 boards



Activate low-pass/debounce filter on the touchscreen.

Signed-off-by: default avatarOleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e6d762b0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -145,7 +145,9 @@ touchscreen@0 {
		ti,vref-delay-usecs = /bits/ 16 <100>;
		ti,x-plate-ohms = /bits/ 16 <800>;
		ti,y-plate-ohms = /bits/ 16 <300>;

		ti,debounce-max = /bits/ 16 <3>;
		ti,debounce-tol = /bits/ 16 <70>;
		ti,debounce-rep = /bits/ 16 <3>;
		wakeup-source;
	};
};
+3 −0
Original line number Diff line number Diff line
@@ -233,6 +233,9 @@ touchscreen@0 {
		ti,vref-delay-usecs = /bits/ 16 <100>;
		ti,x-plate-ohms = /bits/ 16 <800>;
		ti,y-plate-ohms = /bits/ 16 <300>;
		ti,debounce-max = /bits/ 16 <3>;
		ti,debounce-tol = /bits/ 16 <70>;
		ti,debounce-rep = /bits/ 16 <3>;
		wakeup-source;
	};
};