Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: qcom-pmic-gpio: Add support for pmx55

PM55 pmic support gpio controller so add compatible and comment for gpio
holes

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20201126092151.1082697-2-vkoul@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Vinod Koul and committed by
Linus Walleij
ceb58de4 4247e3f5

+2
+2
drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
··· 1129 1129 { .compatible = "qcom,pm8150l-gpio", .data = (void *) 12 }, 1130 1130 { .compatible = "qcom,pm6150-gpio", .data = (void *) 10 }, 1131 1131 { .compatible = "qcom,pm6150l-gpio", .data = (void *) 12 }, 1132 + /* pmx55 has 11 GPIOs with holes on 3, 7, 10, 11 */ 1133 + { .compatible = "qcom,pmx55-gpio", .data = (void *) 11 }, 1132 1134 { }, 1133 1135 }; 1134 1136