]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
gpio: qcom: Support GPIOs on PM6350 PMIC
authorLuca Weiss <luca.weiss@fairphone.com>
Wed, 17 Sep 2025 12:47:40 +0000 (14:47 +0200)
committerCasey Connolly <casey.connolly@linaro.org>
Wed, 29 Oct 2025 11:27:33 +0000 (12:27 +0100)
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 <luca.weiss@fairphone.com>
drivers/gpio/qcom_spmi_gpio.c

index 3f7c5703e22f11ed2b81c10963243c34a3c1ed14..5ba65fe4d4d025521e93a2b31a452d9e5accb204 100644 (file)
@@ -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,pm6150l-gpio" },
+       { .compatible = "qcom,pm6350-gpio" },
        { .compatible = "qcom,pm660l-gpio" },
        { .compatible = "qcom,pm8550-gpio" },
        { .compatible = "qcom,pm8550b-gpio" },