]> git.sur5r.net Git - u-boot/commit
arm: mach-omap2/omap3/clock.c: Enable all GPIO with CMD_GPIO
authorAdam Ford <aford173@gmail.com>
Tue, 12 Jun 2018 00:56:49 +0000 (19:56 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jun 2018 18:43:13 +0000 (14:43 -0400)
commitbd8a9c14c91c61980e1f68ac1e6e1f22632f4c98
treed93aa7cf93e9b843fb95e1dd3fd5b84eafe635e7
parent6fef62cc47a0ad2a1ef6b58fda18f1e333869003
arm: mach-omap2/omap3/clock.c: Enable all GPIO with CMD_GPIO

When CMD_GPIO is enabled the command 'gpio status -a' can cause
a hang or reboot if GPIO banks are not enabled, because it scans
all banks.  This patch enables all GPIO banks so 'gpio status -a'
can fully execute.

Signed-off-by: Adam Ford <aford173@gmail.com>
arch/arm/mach-omap2/omap3/clock.c