commit | 4b9b2c300a23ca4a85811918dc92e822a9571a87 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Sat Dec 21 18:06:33 2013 +0100 |
committer | Tom Rini <trini@ti.com> | Tue Jan 07 16:41:12 2014 -0500 |
tree | 01b506c5cf5625c053426069dfd5b8ec47cdc424 | |
parent | 8ad59c9a7bef49a18078888ad8eba8e87737c3b2 [diff] |
ARM: twister: add missing gpio clock init Commit f33b9bd3984fb11e1d8566a866adc5957b1e1c9d 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: Jeroen Hofstee <jeroen@myspectrum.nl> Acked-by: Stefano Babic <sbabic@denx.de>