ARM: dts: cm-t3x30: add twl4030 gpio pullups
authorDmitry Lifshitz <[email protected]>
Sun, 12 Jan 2014 13:22:49 +0000 (15:22 +0200)
committerTony Lindgren <[email protected]>
Fri, 28 Feb 2014 22:09:10 +0000 (14:09 -0800)
Add pullup for twl4030 GPIO_0 used as MMC1 card detect signal.

Signed-off-by: Dmitry Lifshitz <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/boot/dts/omap3-cm-t3x30.dtsi

index 4bcc6395b4d01c3dfc22ce4e68a0b8441ce317ec..a56d0828a757199b8501ba1637e64a423697129d 100644 (file)
@@ -90,4 +90,6 @@
 
 &twl_gpio {
        ti,use-leds;
+       /* pullups: BIT(0) */
+       ti,pullups = <0x000001>;
 };