]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Aug 2022 09:09:29 +0000 (11:09 +0200)
commit3f2de0cd2ba3e3fb110e4e9de75c90db34404f83
treef9e065f4b914b6260917326f34afc02c789f0caf
parent81abaab5a4b815c0ed9f4d2c9745777ac5cc395b
pinctrl: qcom: msm8916: Allow CAMSS GP clocks to be muxed

commit 44339391c666e46cba522d19c65a6ad1071c68b7 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pinctrl/qcom/pinctrl-msm8916.c