On 20 March 2017 at 14:48, Vikas Manocha <[email protected]> wrote: > 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 <[email protected]> > cc: Christophe KERELLO <[email protected]> > --- > arch/arm/include/asm/arch-stm32f7/gpio.h | 3 +- > board/st/stm32f746-disco/stm32f746-disco.c | 70 > ++---------------------------- > configs/stm32f746-disco_defconfig | 4 ++ > drivers/clk/clk_stm32f7.c | 39 ----------------- > drivers/pinctrl/pinctrl_stm32.c | 10 ++++- > include/configs/stm32f746-disco.h | 1 - > 6 files changed, 17 insertions(+), 110 deletions(-)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

