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

2017-03-31 Thread Simon Glass
On 20 March 2017 at 14:48, Vikas Manocha 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 >

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

2017-03-20 Thread Vikas Manocha
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.