pinctrl: gemini: Fix up TVC clock group
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 10 Oct 2018 18:39:18 +0000 (20:39 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 10 Oct 2018 19:05:35 +0000 (21:05 +0200)
commita85c928f6a7856a09e47d9b37faa3407c7ac6a8e
treeb24470db19b4e4cdff166bbbcea853d0c16343e9
parentdab6558f57c8632d90dd75e00da78877a1dcf243
pinctrl: gemini: Fix up TVC clock group

The previous fix made the TVC clock get muxed in on the
D-Link DIR-685 instead of giving nagging warnings of this
not working. Not good. We didn't want that, as it breaks
video.

Create a specific group for the TVC CLK, and break out
a specific GPIO group for it on the SL3516 so we can use
that line as GPIO if we don't need the TVC CLK.

Fixes: d17f477c5bc6 ("pinctrl: gemini: Mask and set properly")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-gemini.c