Skip to content

Commit ea119e5

Browse files
Guru Das SrinageshLinus Walleij
authored andcommitted
pinctrl: qcom-pmic-gpio: Add support for pm8008
Add support for the two GPIOs present on Qualcomm Technologies, Inc. PM8008. Reviewed-by: Bjorn Andersson <[email protected]> Signed-off-by: Guru Das Srinagesh <[email protected]> Link: https://lore.kernel.org/r/129d241ee510e28536d35dbfeee75474e12d8d22.1617901945.git.gurus@codeaurora.org Signed-off-by: Linus Walleij <[email protected]>
1 parent 18d2719 commit ea119e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/qcom/pinctrl-spmi-gpio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
11351135
{ .compatible = "qcom,pmr735b-gpio", .data = (void *) 4 },
11361136
{ .compatible = "qcom,pm6150-gpio", .data = (void *) 10 },
11371137
{ .compatible = "qcom,pm6150l-gpio", .data = (void *) 12 },
1138+
{ .compatible = "qcom,pm8008-gpio", .data = (void *) 2 },
11381139
/* pmx55 has 11 GPIOs with holes on 3, 7, 10, 11 */
11391140
{ .compatible = "qcom,pmx55-gpio", .data = (void *) 11 },
11401141
{ },

0 commit comments

Comments
 (0)