Searched hist:ab86dc7948778cb087fa8cf9949bd53441097cf8 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/am33xx/ |
| H A D | clock_ti816x.c | ab86dc7948778cb087fa8cf9949bd53441097cf8 Fri Jul 07 19:21:45 UTC 2017 Tom Rini <trini@konsulko.com> 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>
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | ti816x_evm_defconfig | ab86dc7948778cb087fa8cf9949bd53441097cf8 Fri Jul 07 19:21:45 UTC 2017 Tom Rini <trini@konsulko.com> 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>
|