[U-Boot] [PATCH 10/18] stm32f7: use stm32f7 gpio driver supporting driver model

Simon Glass sjg at chromium.org
Sat Apr 1 04:20:43 UTC 2017


On 20 March 2017 at 14:48, Vikas Manocha <vikas.manocha at st.com> 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 <vikas.manocha at st.com>
> cc: Christophe KERELLO <christophe.kerello at st.com>
> ---
>  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 <sjg at chromium.org>


More information about the U-Boot mailing list