[U-Boot] R-Car-gpio0_00-fails-with-“gpio input” command
Marek Vasut
marek.vasut at gmail.com
Tue Jul 23 10:35:25 UTC 2019
On 7/23/19 3:00 AM, Tiezhuang Dong wrote:
> Hi,
Hi,
> Attached is to fix below issue:
>
> ------------------
>
> => gpio input gpio at e60500000 <mailto:gpio at e60500000>
> 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 < pfc->info->nr_pins; i++) {
sh_pfc_gpio_disable_free() needs similar change, right ?
Can you send the patch using git send-email and also add proper commit
message ? Thanks
--
Best regards,
Marek Vasut
More information about the U-Boot
mailing list