]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: omap5-uevm.dts: add tca6424a
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 12 Mar 2014 09:53:26 +0000 (11:53 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 3 Jun 2014 07:22:20 +0000 (10:22 +0300)
omap5-uevm has a tca6424a I/O expander. Add it to the .dts file.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap5-uevm.dts

index 3b99ec25b7489d56948f54f7ce90c7a0e25cab2c..76877516f6df38829b8e9321ac5ad5a62e236306 100644 (file)
        pinctrl-0 = <&i2c5_pins>;
 
        clock-frequency = <400000>;
+
+       gpio9: gpio@22 {
+               compatible = "ti,tca6424";
+               reg = <0x22>;
+               gpio-controller;
+               #gpio-cells = <2>;
+       };
 };
 
 &mcbsp3 {