On Wed, Jul 31, 2019 at 5:13 PM Stephen Boyd swboyd@chromium.org wrote:
if (IS_ENABLED(CONFIG_OF_GPIO))
gc->need_valid_mask = of_gpio_need_valid_mask(gc);
if (of_gpio_need_valid_mask(gc))
gc->need_valid_mask = true;
This looks like the silver bullet, thanks for your sharp eyes for this!
I'll send this out with your authorship and apply to next so Mark can see if it fixes the issue.
Yours, Linus Walleij