Re: [U-Boot] [PATCH 2/8] x86: baytrail: Add 'reg' property in the pinctrl node

2016-06-11 Thread Bin Meng
On Fri, Jun 10, 2016 at 8:35 AM, Simon Glass wrote: > On 8 June 2016 at 06:07, Bin Meng wrote: >> Without a 'reg' property, pinctrl driver probe routine fails in >> its pre_probe() with a return value of -EINVAL. >> >> Add 'reg' property for all BayTrail boards. Note for BayleyBay, >> the pinctrl

Re: [U-Boot] [PATCH 2/8] x86: baytrail: Add 'reg' property in the pinctrl node

2016-06-09 Thread Simon Glass
On 8 June 2016 at 06:07, Bin Meng wrote: > Without a 'reg' property, pinctrl driver probe routine fails in > its pre_probe() with a return value of -EINVAL. > > Add 'reg' property for all BayTrail boards. Note for BayleyBay, > the pinctrl node is newly added. > > Signed-off-by: Bin Meng > --- > >

Re: [U-Boot] [PATCH 2/8] x86: baytrail: Add 'reg' property in the pinctrl node

2016-06-08 Thread Stefan Roese
On 08.06.2016 14:07, Bin Meng wrote: Without a 'reg' property, pinctrl driver probe routine fails in its pre_probe() with a return value of -EINVAL. Add 'reg' property for all BayTrail boards. Note for BayleyBay, the pinctrl node is newly added. Signed-off-by: Bin Meng Reviewed-by: Stefan Ro

[U-Boot] [PATCH 2/8] x86: baytrail: Add 'reg' property in the pinctrl node

2016-06-08 Thread Bin Meng
Without a 'reg' property, pinctrl driver probe routine fails in its pre_probe() with a return value of -EINVAL. Add 'reg' property for all BayTrail boards. Note for BayleyBay, the pinctrl node is newly added. Signed-off-by: Bin Meng --- arch/x86/dts/bayleybay.dts | 5 + arch/