summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2015-01-06 20:42:09 +0100
committerSimon Horman <horms+renesas@verge.net.au>2015-02-24 06:30:40 +0900
commit8ac627fa8ef0f98f914690515aa3bf376d7a880d (patch)
tree2fa11a46e9ec4f7dadb863533fd2564d1952ed10
parent070048dc8879499533f587b8ebdb990f5a29d08b (diff)
downloadtalos-op-linux-8ac627fa8ef0f98f914690515aa3bf376d7a880d.tar.gz
talos-op-linux-8ac627fa8ef0f98f914690515aa3bf376d7a880d.zip
ARM: shmobile: kzm9g-reference dts: Add st1232 touchscreen node
Enable the kzm9g touchscreen controller in the board's DT file. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/boot/dts/sh73a0-kzm9g-reference.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
index e3723be251db..0156fc8e9e4d 100644
--- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
+++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
@@ -287,6 +287,17 @@
};
};
+&i2c1 {
+ status = "okay";
+
+ touchscreen@55 {
+ compatible = "sitronix,st1232";
+ reg = <0x55>;
+ interrupt-parent = <&irqpin1>;
+ interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
+ };
+};
+
&i2c3 {
pinctrl-0 = <&i2c3_pins>;
pinctrl-names = "default";
OpenPOWER on IntegriCloud