From: Dmitry Lifshitz Date: Sun, 12 Jan 2014 13:22:49 +0000 (+0200) Subject: ARM: dts: cm-t3x30: add twl4030 gpio pullups X-Git-Tag: dt-3.15~32^2~35 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0cc73cd41113a20fb709314799f6a9874aa3b39a;p=karo-tx-linux.git ARM: dts: cm-t3x30: add twl4030 gpio pullups Add pullup for twl4030 GPIO_0 used as MMC1 card detect signal. Signed-off-by: Dmitry Lifshitz Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap3-cm-t3x30.dtsi b/arch/arm/boot/dts/omap3-cm-t3x30.dtsi index 4bcc6395b4d0..a56d0828a757 100644 --- a/arch/arm/boot/dts/omap3-cm-t3x30.dtsi +++ b/arch/arm/boot/dts/omap3-cm-t3x30.dtsi @@ -90,4 +90,6 @@ &twl_gpio { ti,use-leds; + /* pullups: BIT(0) */ + ti,pullups = <0x000001>; };