Re: [U-Boot] [PATCH v2 04/12] rockchip: rk3288: pinctrl: support more pins

2016-03-12 Thread Simon Glass
On 29 February 2016 at 19:03, Simon Glass wrote: > On 28 February 2016 at 14:24, Sjoerd Simons > wrote: >> The rgmii_pins node in rk3288.dtsi configures 15 pins. Increase the size >> of the cell array to accomedate that, otherwise only the first 10 get >> configured. >> >> Signed-off-by: Sjoerd S

Re: [U-Boot] [PATCH v2 04/12] rockchip: rk3288: pinctrl: support more pins

2016-02-29 Thread Simon Glass
On 28 February 2016 at 14:24, Sjoerd Simons wrote: > The rgmii_pins node in rk3288.dtsi configures 15 pins. Increase the size > of the cell array to accomedate that, otherwise only the first 10 get > configured. > > Signed-off-by: Sjoerd Simons > --- > > Changes in v2: None > > drivers/pinctrl/r

[U-Boot] [PATCH v2 04/12] rockchip: rk3288: pinctrl: support more pins

2016-02-29 Thread Sjoerd Simons
The rgmii_pins node in rk3288.dtsi configures 15 pins. Increase the size of the cell array to accomedate that, otherwise only the first 10 get configured. Signed-off-by: Sjoerd Simons --- Changes in v2: None drivers/pinctrl/rockchip/pinctrl_rk3288.c | 2 +- 1 file changed, 1 insertion(+), 1 de