pinctrl: abx500: remove strict mode
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 8 Jul 2015 13:12:06 +0000 (15:12 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 20 Jul 2015 09:01:51 +0000 (11:01 +0200)
commit27aa2e3a3c99d3319de12ada0d292e33f5831e60
tree18c1a2ee189f03c0f9bdfaf4594c8b85ed9fa29f
parent5cde07abcbc57b3430b044cb2cf028d97d7a7254
pinctrl: abx500: remove strict mode

Commit a21763a0b1e5a5ab8310f581886d04beadc16616
"pinctrl: nomadik: activate strict mux mode"
put all Nomadik pin controllers to strict mode. This was
not good on the Snowball platform: the muxing of GPIOs to
different pins is done with hogs in the DTS file, and then
these GPIOs are used by offset, relying on hogs to mux the
pins. Since that means the pin controller "owns" the pins
and at the same time we have a GPIO user, this pin controller
is by definition not strict.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/nomadik/pinctrl-abx500.c