ARM: shmobile: kzm9g-reference dts: Add st1232 touchscreen node
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 6 Jan 2015 19:42:09 +0000 (20:42 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 23 Feb 2015 21:30:40 +0000 (06:30 +0900)
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>
arch/arm/boot/dts/sh73a0-kzm9g-reference.dts

index e3723be251db45ef661200da8a0baa64f94cf4a9..0156fc8e9e4d3cfce7f7fab6608ef92cadd4f507 100644 (file)
        };
 };
 
+&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";