mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
pinctrl: qcom-pmic-gpio: add support for PM8937
PM8937 has 8 GPIO-s with holes on GPIO3, GPIO4 and GPIO6. Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/20241031-msm8917-v2-2-8a075faa89b1@mainlining.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
fecb6e2af7
commit
89265a58ff
|
|
@ -1226,6 +1226,8 @@ static const struct of_device_id pmic_gpio_of_match[] = {
|
|||
{ .compatible = "qcom,pm8550ve-gpio", .data = (void *) 8 },
|
||||
{ .compatible = "qcom,pm8550vs-gpio", .data = (void *) 6 },
|
||||
{ .compatible = "qcom,pm8916-gpio", .data = (void *) 4 },
|
||||
/* pm8937 has 8 GPIOs with holes on 3, 4 and 6 */
|
||||
{ .compatible = "qcom,pm8937-gpio", .data = (void *) 8 },
|
||||
{ .compatible = "qcom,pm8941-gpio", .data = (void *) 36 },
|
||||
/* pm8950 has 8 GPIOs with holes on 3 */
|
||||
{ .compatible = "qcom,pm8950-gpio", .data = (void *) 8 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user