Re: [U-Boot] [PATCH v2 35/51] x86: broadwell: Add a pinctrl driver

2016-03-13 Thread Bin Meng
On Sat, Mar 12, 2016 at 1:07 PM, Simon Glass wrote: > GPIO pins need to be set up on start-up. Add a driver to provide this, > configured from the device tree. > > The binding is slightly different from the existing ICH6 binding, since that > is quite verbose. The new binding should be just as ext

[U-Boot] [PATCH v2 35/51] x86: broadwell: Add a pinctrl driver

2016-03-11 Thread Simon Glass
GPIO pins need to be set up on start-up. Add a driver to provide this, configured from the device tree. The binding is slightly different from the existing ICH6 binding, since that is quite verbose. The new binding should be just as extensible. Signed-off-by: Simon Glass Acked-by: Bin Meng ---