[PATCH] gpio: qcom: Support GPIOs on PM7325 PMIC

Neil Armstrong neil.armstrong at linaro.org
Tue Sep 30 20:40:44 CEST 2025


On 9/17/25 14:52, Luca Weiss wrote:
> The GPIOs on PM7325 work fine using the qcom_spmi_gpio driver and
> enables the use of the Volume Up button Fairphone 5 smartphone.
> 
> Signed-off-by: Luca Weiss <luca.weiss at fairphone.com>
> ---
>   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 3f3c98e2d935a34bb030532025e8765a2dd2b186..c540648497d7f958dca51e9be399c5443a8eeebe 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,pm6350-gpio" },
> +	{ .compatible = "qcom,pm7325-gpio" },
>   	{ .compatible = "qcom,pm8550-gpio" },
>   	{ .compatible = "qcom,pm8550b-gpio" },
>   	{ .compatible = "qcom,pm8550ve-gpio" },
> 
> ---
> base-commit: 18973d4b0801ec6d7fddc0084601036b5c3b08ad
> change-id: 20250917-spmi-gpio-pm7325-4551f3999f1c
> prerequisite-change-id: 20250618-sm6350-bringup-08e24e0f8bb2:v2
> prerequisite-patch-id: f0b44882a110259dd421dc3fd223cf3569e32f2d
> prerequisite-patch-id: 8aeea48ec719d8c8f2f2533f0a121cb206bc9d8d
> prerequisite-patch-id: cad2258c74346db458bf00bfcfa7cf28bbaa5384
> prerequisite-patch-id: 662587c7dbb756b1a4ebc7094b8fc76bbf692ca8
> prerequisite-patch-id: 1f3bc441288f9f39da49f3352b2b859186d4f599
> prerequisite-patch-id: de48fae371ec03c10baf56714aff89a449323c75
> prerequisite-patch-id: b98fd5098930e14ddb1818921abaed1a204d7d07
> prerequisite-patch-id: 0f12120d67ad63d2332f9dc095219f6c00e1df3b
> prerequisite-patch-id: 51738fdbf87d833f90106b60e874e74286b84fad
> 
> Best regards,

Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>


More information about the U-Boot mailing list