commit | 1a4b8de07c320d4ac30815564d364b7f87140c19 | [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 | f3a701ac246cfd615e150ab461981b875d8ece55 [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>