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 <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Dmitry Lifshitz 2014-01-12 15:22:49 +02:00 committed by Tony Lindgren
parent dc897926c9
commit 0cc73cd411

View File

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