Commit c4288946 authored by Stefan Agner's avatar Stefan Agner Committed by Shawn Guo
Browse files

ARM: dts: imx6qdl-colibri: use pull-down on wake-up pin



The wake-up pin is pulled low with 100kOhm on the carrier board.
The current configuration of 100kOhm pull-up caused lots of
interrupts, especially during boot up. Make sure the pin is at a
reasonable level at startup by pulling it low on SoC side too.

Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c7682243
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -480,8 +480,7 @@

	pinctrl_gpio_keys: gpiokeys {
		fsl,pins = <
			/* Power button */
			MX6QDL_PAD_EIM_A16__GPIO2_IO22		0x1b0b0
			MX6QDL_PAD_EIM_A16__GPIO2_IO22		0x130b0
		>;
	};