Skip to content
Snippets Groups Projects
Commit 4b9b2c30 authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Tom Rini
Browse files

ARM: twister: add missing gpio clock init


Commit f33b9bd3 breaks boards
which do not explicitly enable the gpio clocks. This causes
the twister spl to hang, since it uses the no longer enabled
gpio 55. Add CONFIG_OMAP3_GPIO_2 to unbrick the board.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Tapani Utriainen <tapani@technexion.com>
Signed-off-by: default avatarJeroen Hofstee <jeroen@myspectrum.nl>
Acked-by: default avatarStefano Babic <sbabic@denx.de>
parent 8ad59c9a
No related branches found
No related tags found
No related merge requests found
......@@ -50,4 +50,7 @@
#define CONFIG_SYS_SPL_ARGS_ADDR (PHYS_SDRAM_1 + 0x100)
#define CONFIG_SPL_BOARD_INIT
/* gpio 55 is used as SPL_OS_BOOT_KEY */
#define CONFIG_OMAP3_GPIO_2
#endif /* __CONFIG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment