Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: cpuimx51 Add touchscreen support.

Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>

authored by

Denis Carikli and committed by
Shawn Guo
a6901700 5ddbc108

+11
+11
arch/arm/boot/dts/imx51-eukrea-cpuimx51.dtsi
··· 42 42 compatible = "nxp,pcf8563"; 43 43 reg = <0x51>; 44 44 }; 45 + 46 + tsc2007: tsc2007@49 { 47 + compatible = "ti,tsc2007"; 48 + gpios = <&gpio4 0 1>; 49 + interrupt-parent = <&gpio4>; 50 + interrupts = <0x0 0x8>; 51 + pinctrl-names = "default"; 52 + pinctrl-0 = <&pinctrl_tsc2007_1>; 53 + reg = <0x49>; 54 + ti,x-plate-ohms = <180>; 55 + }; 45 56 }; 46 57 47 58 &iomuxc {