]> git.ipfire.org Git - people/ms/u-boot.git/commit
board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driver
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 12 Dec 2017 08:49:40 +0000 (09:49 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 10 Jan 2018 13:05:46 +0000 (08:05 -0500)
commitc8f787760ede974ec24407cc66966571384db606
tree7f2602a0b622703e73e9a23b69efdf575bc97396
parent4a56fd484a2e4a02ab372d299d0231002035f3ff
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>
arch/arm/include/asm/arch-stm32f4/gpio.h
arch/arm/include/asm/arch-stm32f4/stm32.h
board/st/stm32f429-discovery/stm32f429-discovery.c
configs/stm32f429-discovery_defconfig
drivers/gpio/Makefile
drivers/gpio/stm32_gpio.c [deleted file]
include/configs/stm32f429-discovery.h