ARM: dts: cm-t335: add touchscreen support

Touchscreen and analog digital converter configurations.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Uri Mashiach 2015-12-30 13:41:34 +02:00 коммит произвёл Tony Lindgren
Родитель 2ac6e66ed6
Коммит 511fc6d85b
1 изменённых файлов: 17 добавлений и 0 удалений

Просмотреть файл

@ -424,3 +424,20 @@ status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&dcan1_pins>;
};
/* Touschscreen and analog digital converter */
&tscadc {
status = "okay";
tsc {
ti,wires = <4>;
ti,x-plate-resistance = <200>;
ti,coordinate-readouts = <5>;
ti,wire-config = <0x01 0x10 0x23 0x32>;
ti,charge-delay = <0x400>;
};
adc {
ti,adc-channels = <4 5 6 7>;
};
};