mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 13:23:35 -04:00
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: Stefan Agner <stefan@agner.ch> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -480,8 +480,7 @@ MX6QDL_PAD_EIM_D26__GPIO3_IO26 0x1b0b0
|
||||
|
||||
pinctrl_gpio_keys: gpiokeys {
|
||||
fsl,pins = <
|
||||
/* Power button */
|
||||
MX6QDL_PAD_EIM_A16__GPIO2_IO22 0x1b0b0
|
||||
MX6QDL_PAD_EIM_A16__GPIO2_IO22 0x130b0
|
||||
>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user