From: Benoit Cousson Date: Tue, 8 May 2012 16:37:25 +0000 (+0200) Subject: arm/dts: twl4030: Add twl4030-gpio node X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=61ff641307c5191f40a416df5bb19f6745af2f0b;p=linux-beck.git arm/dts: twl4030: Add twl4030-gpio node Add the twl-gpio node inside twl4030 definition. Cc: Felipe Balbi Signed-off-by: Benoit Cousson Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi index a94654c9eb8d..22f4d1394ed3 100644 --- a/arch/arm/boot/dts/twl4030.dtsi +++ b/arch/arm/boot/dts/twl4030.dtsi @@ -36,4 +36,12 @@ 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>; + }; };