Commit 0cc73cd4 authored by Dmitry Lifshitz's avatar Dmitry Lifshitz Committed by Tony Lindgren
Browse files

ARM: dts: cm-t3x30: add twl4030 gpio pullups



Add pullup for twl4030 GPIO_0 used as MMC1 card detect signal.

Signed-off-by: default avatarDmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent dc897926
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -90,4 +90,6 @@ &mmc1 {

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