On Wed, Mar 11, 2026 at 03:20:45PM +0100, Luca Weiss wrote: > The GPIOs on PM7550 work fine using the qcom_spmi_gpio driver and > enables the use of the Volume Up button on the Fairphone (Gen. 6) > smartphone. > > Signed-off-by: Luca Weiss <[email protected]> > --- > drivers/gpio/qcom_spmi_gpio.c | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Sumit Garg <[email protected]> -Sumit > > diff --git a/drivers/gpio/qcom_spmi_gpio.c b/drivers/gpio/qcom_spmi_gpio.c > index 1a7c7c48dfc..77a69140213 100644 > --- a/drivers/gpio/qcom_spmi_gpio.c > +++ b/drivers/gpio/qcom_spmi_gpio.c > @@ -747,6 +747,7 @@ static const struct udevice_id qcom_spmi_pmic_gpio_ids[] > = { > { .compatible = "qcom,pm6350-gpio" }, > { .compatible = "qcom,pm660l-gpio" }, > { .compatible = "qcom,pm7325-gpio" }, > + { .compatible = "qcom,pm7550-gpio" }, > { .compatible = "qcom,pm8550-gpio" }, > { .compatible = "qcom,pm8550b-gpio" }, > { .compatible = "qcom,pm8550ve-gpio" }, > > -- > 2.53.0 >

