On 9/17/25 14:47, Luca Weiss wrote:
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 <[email protected]>
---
  drivers/gpio/qcom_spmi_gpio.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/drivers/gpio/qcom_spmi_gpio.c b/drivers/gpio/qcom_spmi_gpio.c
index 
22c8072534e9188445f0aaef5336863fd1da7a75..3f3c98e2d935a34bb030532025e8765a2dd2b186
 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,pm6350-gpio" },
        { .compatible = "qcom,pm8550-gpio" },
        { .compatible = "qcom,pm8550b-gpio" },
        { .compatible = "qcom,pm8550ve-gpio" },


Reviewed-by: Neil Armstrong <[email protected]>

Reply via email to