pinctrl: qcom: msm8916: Allow CAMSS GP clocks to be muxed
authorNikita Travkin <nikita@trvn.ru>
Sun, 12 Jun 2022 14:59:54 +0000 (19:59 +0500)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 25 Jun 2022 22:54:10 +0000 (00:54 +0200)
commit44339391c666e46cba522d19c65a6ad1071c68b7
tree726cc1248f083eae34a722fb7d9ba6faba9c19fe
parent36fe26843d6dde34b65c3273c63bb12fd036239d
pinctrl: qcom: msm8916: Allow CAMSS GP clocks to be muxed

GPIO 31, 32 can be muxed to GCC_CAMSS_GP(1,2)_CLK respectively but the
function was never assigned to the pingroup (even though the function
exists already).

Add this mode to the related pins.

Fixes: 5373a2c5abb6 ("pinctrl: qcom: Add msm8916 pinctrl driver")
Signed-off-by: Nikita Travkin <nikita@trvn.ru>
Link: https://lore.kernel.org/r/20220612145955.385787-4-nikita@trvn.ru
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/qcom/pinctrl-msm8916.c