]> git.ipfire.org Git - people/ms/u-boot.git/commit
stm32f7: use stm32f7 gpio driver supporting driver model
authorVikas Manocha <vikas.manocha@st.com>
Mon, 10 Apr 2017 22:02:59 +0000 (15:02 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 8 May 2017 15:57:21 +0000 (11:57 -0400)
commit280057bd7dd623420b2d8b383fe5bbe26820bc93
tree14b79f1fdbb08d299ec1e434e359e73e17761e03
parentd33a6a2f064a5dabfc277d5345aa03a9fbce4680
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>
arch/arm/include/asm/arch-stm32f7/gpio.h
board/st/stm32f746-disco/stm32f746-disco.c
configs/stm32f746-disco_defconfig
drivers/clk/clk_stm32f7.c
drivers/pinctrl/pinctrl_stm32.c
include/configs/stm32f746-disco.h