u-boot-brain/board/st/stm32f746-disco
Vikas Manocha 280057bd7d stm32f7: use stm32f7 gpio driver supporting driver model
With this gpio driver supporting DM, there is no need to enable clocks
for different gpios (for pin muxing) in the board specific code.

Need to increase the allocatable area required before relocation from 0x400 to
0xC00 becuase of 10 new gpio devices(& new gpio class) added in device tree.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
cc: Christophe KERELLO <christophe.kerello@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-05-08 11:57:21 -04:00
..
Kconfig stm32: add support for stm32f7 & stm32f746 discovery board 2016-02-24 18:43:57 -05:00
MAINTAINERS stm32: add support for stm32f7 & stm32f746 discovery board 2016-02-24 18:43:57 -05:00
Makefile stm32: add support for stm32f7 & stm32f746 discovery board 2016-02-24 18:43:57 -05:00
stm32f746-disco.c stm32f7: use stm32f7 gpio driver supporting driver model 2017-05-08 11:57:21 -04:00