From: Luca Weiss Date: Wed, 17 Sep 2025 12:47:40 +0000 (+0200) Subject: gpio: qcom: Support GPIOs on PM6350 PMIC X-Git-Tag: v2026.01-rc2~53^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f12776f1bfcb8f97afe1d0b8c754ccd5814b2b0;p=pandora-u-boot.git gpio: qcom: Support GPIOs on PM6350 PMIC The GPIOs on PM6350 work fine using the qcom_spmi_gpio driver and enables the use of the Volume Up button Fairphone 4 smartphone. Signed-off-by: Luca Weiss --- diff --git a/drivers/gpio/qcom_spmi_gpio.c b/drivers/gpio/qcom_spmi_gpio.c index 3f7c5703e22..5ba65fe4d4d 100644 --- a/drivers/gpio/qcom_spmi_gpio.c +++ b/drivers/gpio/qcom_spmi_gpio.c @@ -744,6 +744,7 @@ static int qcom_spmi_pmic_gpio_probe(struct udevice *dev) static const struct udevice_id qcom_spmi_pmic_gpio_ids[] = { { .compatible = "qcom,pm6150l-gpio" }, + { .compatible = "qcom,pm6350-gpio" }, { .compatible = "qcom,pm660l-gpio" }, { .compatible = "qcom,pm8550-gpio" }, { .compatible = "qcom,pm8550b-gpio" },