summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-07-07 19:21:45 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-12 02:41:56 (GMT)
commitab86dc7948778cb087fa8cf9949bd53441097cf8 (patch)
treeef51edf5fa28d8cdeaa1a4f1e560b9047d98a094 /arch/arm/mach-stm32
parent39b4f6bce332dc1ebd9c2b94910a1d58e1628f13 (diff)
downloadu-boot-fsl-qoriq-ab86dc7948778cb087fa8cf9949bd53441097cf8.tar.xz
ARM: ti816x: Fix enabling GPIO0, enable GPIO1 as well
The TI816x has 2 GPIO banks. For bank 0 we had been clearing the enable bit when setting BIT(8). Correct this by setting it to BIT(1) | BIT(8) after we set and wait for BIT(1) (aka PRCM_MOD_EN). Enable GPIO1 as well so that when CMD_GPIO is enabled it won't crash probing the second bank. Enable CMD_GPIO on ti816x_evm. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-stm32')
0 files changed, 0 insertions, 0 deletions