mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
ARM: dts: imx6dl: enable touchscreen debounce filter on PLYM2M and PRTVT7 boards
Activate low-pass/debounce filter on the touchscreen. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
e6d762b0a6
commit
6f64e703ce
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user