[PATCH 2/2] pinctrl: qcom: spmi-gpio: Add PMG1110 GPIO support
From: Fenglin Wu
Date: Wed Jun 10 2026 - 03:11:46 EST
Add PMG1110 GPIO support with its compatible string and match data.
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Signed-off-by: Fenglin Wu <fenglin.wu@xxxxxxxxxxxxxxxx>
---
drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c b/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
index d02d42513ebb..01f735ce65ef 100644
--- a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
+++ b/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c
@@ -1261,6 +1261,7 @@ static const struct of_device_id pmic_gpio_of_match[] = {
{ .compatible = "qcom,pmc8380-gpio", .data = (void *) 10 },
{ .compatible = "qcom,pmcx0102-gpio", .data = (void *)14 },
{ .compatible = "qcom,pmd8028-gpio", .data = (void *) 4 },
+ { .compatible = "qcom,pmg1110-gpio", .data = (void *) 4 },
{ .compatible = "qcom,pmh0101-gpio", .data = (void *)18 },
{ .compatible = "qcom,pmh0104-gpio", .data = (void *)8 },
{ .compatible = "qcom,pmh0110-gpio", .data = (void *)14 },
--
2.43.0