]> git.baikalelectronics.ru Git - uboot.git/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)
commit72c8cc73df1bcb6a4e7b66c229dbc40e9e43844f
treed93aa7cf93e9b843fb95e1dd3fd5b84eafe635e7
parent63defd05d658d08188b6c69f1479f285e7061785
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