]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
pinctrl: imx: Do not treat a PIN without MUX register as an error
authorAlexander Shiyan <shc_work@mail.ru>
Wed, 1 Jun 2016 19:21:53 +0000 (22:21 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Aug 2016 10:54:46 +0000 (12:54 +0200)
commit03cbdca3b8e2eb27f54d1d5831e07835df7f8fb4
treeccee9d565ae3d700a6bd2c168a18eec7e75a37fb
parent4d5ce0095e067fac3f5e9aae1d8c6cb6911c52fa
pinctrl: imx: Do not treat a PIN without MUX register as an error

commit ba562d5e54fd3136bfea0457add3675850247774 upstream.

Some PINs do not have a MUX register, it is not an error.
It is necessary to allow the continuation of the PINs configuration,
otherwise the whole PIN-group will be configured incorrectly.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pinctrl/freescale/pinctrl-imx.c