[PATCH 5/7] gpio: qcom: Support GPIOs on PM7550 PMIC
Sumit Garg
sumit.garg at kernel.org
Thu Mar 12 08:49:18 CET 2026
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 <luca.weiss at fairphone.com>
> ---
> drivers/gpio/qcom_spmi_gpio.c | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Sumit Garg <sumit.garg at oss.qualcomm.com>
-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
>
More information about the U-Boot
mailing list