summaryrefslogtreecommitdiff
path: root/drivers/gpio/qcom_spmi_gpio.c
diff options
context:
space:
mode:
authorNeil Armstrong <neil.armstrong@linaro.org>2025-06-30 18:04:45 +0200
committerCasey Connolly <casey.connolly@linaro.org>2025-07-14 15:35:24 +0200
commitd8da51a87c2a73b3f6aa2bf38a8db91b16cc30a9 (patch)
treee61a0d57f04b71a15a1846b077318d454b307a12 /drivers/gpio/qcom_spmi_gpio.c
parentd0ceeb944a4dba7f6893616cd80da7e95db72ba4 (diff)
gpio: qcom: move pm8550 gpio to new driver
Move support of the pm8550 gpios to the newly introduced driver and drop the compatible entry and the read-only quirk at the same time from the old driver. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Rui Miguel Silva <rui.silva@linaro.org> Acked-by: Sumit Garg <sumit.garg@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250630-topic-sm8x50-pmic-gpio-pinctrl-new-v2-2-cc1512931197@linaro.org Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
Diffstat (limited to 'drivers/gpio/qcom_spmi_gpio.c')
-rw-r--r--drivers/gpio/qcom_spmi_gpio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/qcom_spmi_gpio.c b/drivers/gpio/qcom_spmi_gpio.c
index 2bb0f0d10c3..22c8072534e 100644
--- a/drivers/gpio/qcom_spmi_gpio.c
+++ b/drivers/gpio/qcom_spmi_gpio.c
@@ -743,6 +743,7 @@ static int qcom_spmi_pmic_gpio_probe(struct udevice *dev)
}
static const struct udevice_id qcom_spmi_pmic_gpio_ids[] = {
+ { .compatible = "qcom,pm8550-gpio" },
{ .compatible = "qcom,pm8550b-gpio" },
{ .compatible = "qcom,pm8550ve-gpio" },
{ .compatible = "qcom,pm8550vs-gpio" },