commit | c8f787760ede974ec24407cc66966571384db606 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Dec 12 09:49:40 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 10 08:05:46 2018 -0500 |
tree | 7f2602a0b622703e73e9a23b69efdf575bc97396 | |
parent | 4a56fd484a2e4a02ab372d299d0231002035f3ff [diff] |
board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driver Use available DM stm32f7_gpio.c and pinctrl_stm32.c drivers instead of board GPIO initialization. Remove stm32_gpio.c which is no more used and migrate structs stm32_gpio_regs and stm32_gpio_priv into arch-stm32f4/gpio.h to not break compilation. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>