@@ -37,6 +37,17 @@
compatible = "nxp,pcf8563";
reg = <0x51>;
};
+
+ tsc2007: tsc2007@48 {
+ compatible = "ti,tsc2007";
+ gpios = <&gpio3 2 0>;
+ interrupt-parent = <&gpio3>;
+ interrupts = <0x2 0x8>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_tsc2007_1>;
+ reg = <0x48>;
+ ti,x-plate-ohms = <180>;
+ };
};
&iomuxc {
@@ -48,6 +59,10 @@
pinctrl_i2c1: i2c1grp {
fsl,pins = <MX35_I2C1_PINGRP1>;
};
+
+ pinctrl_tsc2007_1: tsc2007grp-1 {
+ fsl,pins = <MX35_PAD_ATA_DA2__GPIO3_2 0x80000000>;
+ };
};
};
Cc: Eric BĂ©nard <eric@eukrea.com> Cc: Shawn Guo <shawn.guo@linaro.org> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Denis Carikli <denis@eukrea.com> --- ChangeLog v8->v10: - Reduced Cc list, not to bother unrelated subsystem maintainers. - Added the pinctrl node (because it is not anymore in the patch adding the cpuimx35). - Cosmetic fix: reordered the tsc2007 node properties. ChangeLog v7->v8: - Added Shawn Guo in the cc list. --- arch/arm/boot/dts/imx35-eukrea-cpuimx35.dtsi | 15 +++++++++++++++ 1 file changed, 15 insertions(+)