[U-Boot] R-Car-gpio0_00-fails-with-“gpio input” command

2019-07-23 Thread Tiezhuang Dong
Hi, Attached is to fix below issue: -- => gpio input gpio@e6050 gpio: requesting pin 0 failed gpio - query and control gpio pins -- Fix: drivers/pinctrl/renesas/pfc.c +470 //for (i = 1; i < pfc->info->nr_pins; i++) { for (i = 0; i <

Re: [U-Boot] R-Car-gpio0_00-fails-with-“gpio input” command

2019-07-23 Thread Marek Vasut
On 7/23/19 3:00 AM, Tiezhuang Dong wrote: > Hi, Hi, > Attached is to fix below issue: > > -- > > => gpio input gpio@e6050 > gpio: requesting pin 0 failed > gpio - query and control gpio pins > > -- > > Fix: > >