]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
gpio: qcom: Support GPIOs on PM7550 PMIC
authorLuca Weiss <luca.weiss@fairphone.com>
Wed, 18 Mar 2026 12:46:31 +0000 (13:46 +0100)
committerCasey Connolly <casey.connolly@linaro.org>
Mon, 27 Apr 2026 10:38:44 +0000 (12:38 +0200)
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.

Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Link: https://patch.msgid.link/20260318-milos-bringup-v2-5-650b91dd75d8@fairphone.com
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
drivers/gpio/qcom_spmi_gpio.c

index 1a7c7c48dfc404a4033c2d694d808bd422d4457d..77a691402133625396ac6e883ed42491fb07a23e 100644 (file)
@@ -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" },