mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-06 10:15:06 -05:00
ARM: dts: cpuimx35 Add touchscreen support.
Signed-off-by: Denis Carikli <denis@eukrea.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
This commit is contained in:
@@ -37,6 +37,17 @@ pcf8563@51 {
|
||||
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 {
|
||||
@@ -70,6 +81,10 @@ MX35_PAD_I2C1_CLK__I2C1_SCL 0x80000000
|
||||
MX35_PAD_I2C1_DAT__I2C1_SDA 0x80000000
|
||||
>;
|
||||
};
|
||||
|
||||
pinctrl_tsc2007_1: tsc2007grp-1 {
|
||||
fsl,pins = <MX35_PAD_ATA_DA2__GPIO3_2 0x80000000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user