mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 06:01:53 +02:00
pinctrl: qcom: spmi-gpio: Add pm6125 compatible
The pm6125 has 9 GPIOs with no holes inbetween. Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220511220613.1015472-4-marijn.suijten@somainline.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
f82a2c212d
commit
4d8a768ef4
|
|
@ -1146,6 +1146,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
|
|||
{ .compatible = "qcom,pm660-gpio", .data = (void *) 13 },
|
||||
/* pm660l has 12 GPIOs with holes on 1, 2, 10, 11 and 12 */
|
||||
{ .compatible = "qcom,pm660l-gpio", .data = (void *) 12 },
|
||||
{ .compatible = "qcom,pm6125-gpio", .data = (void *) 9 },
|
||||
{ .compatible = "qcom,pm6150-gpio", .data = (void *) 10 },
|
||||
{ .compatible = "qcom,pm6150l-gpio", .data = (void *) 12 },
|
||||
{ .compatible = "qcom,pm6350-gpio", .data = (void *) 9 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user