commit | f34e88dfb796291b78e4845f4eda79d2c353d8f0 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jul 07 15:21:45 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 11 22:41:56 2017 -0400 |
tree | ef51edf5fa28d8cdeaa1a4f1e560b9047d98a094 | |
parent | 55a99219b496bfe32d867db76645b841def9ee8f [diff] |
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>