OSDN Git Service

arm/dts: twl4030: Add twl4030-gpio node
authorBenoit Cousson <b-cousson@ti.com>
Tue, 8 May 2012 16:37:25 +0000 (18:37 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 10 May 2012 00:18:02 +0000 (17:18 -0700)
Add the twl-gpio node inside twl4030 definition.

Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/twl4030.dtsi

index a94654c..22f4d13 100644 (file)
                regulator-min-microvolt = <1850000>;
                regulator-max-microvolt = <3150000>;
        };
+
+       twl_gpio: gpio {
+               compatible = "ti,twl4030-gpio";
+               gpio-controller;
+               #gpio-cells = <2>;
+               interrupt-controller;
+               #interrupt-cells = <1>;
+       };
 };