Le Wed, Jan 26, 2022 at 12:02:04PM +0100, Hans Verkuil a écrit : > The commit that sets the direction directly without calling > pinctrl_gpio_direction(), forgot to add chip->base to the offset when > calling sunxi_pmx_gpio_set_direction(). > > This caused failures for various Allwinner boards which have two > GPIO blocks. > > Signed-off-by: Hans Verkuil <hverkuil-cisco@xxxxxxxxx> > Reported-by: 5kft <5kft@xxxxxxxx> > Suggested-by: 5kft <5kft@xxxxxxxx> > Reported-by: Corentin Labbe <clabbe.montjoie@xxxxxxxxx> > Fixes: 8df89a7cbc63 (pinctrl-sunxi: don't call pinctrl_gpio_direction()) > --- > Corentin, can you please test this patch to verify that this fixes your > issue on the orangepiPC? Hello Yes, it fixes the issue. Tested-by: Corentin Labbe <clabbe.montjoie@xxxxxxxxx> Thanks