]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
gpio: qcom: qcom_spmi_gpio: add compatible for pm6150l
authorJens Reidel <adrian@mainlining.org>
Sun, 5 Oct 2025 15:44:43 +0000 (17:44 +0200)
committerCasey Connolly <casey.connolly@linaro.org>
Wed, 29 Oct 2025 11:27:32 +0000 (12:27 +0100)
Add support for the GPIOs in the PM6150L to the new driver.

Signed-off-by: Jens Reidel <adrian@mainlining.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Casey Connolly <casey.connolly@linaro.org>
Link: https://lore.kernel.org/r/20251005154443.71477-1-adrian@mainlining.org
Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
drivers/gpio/qcom_spmi_gpio.c

index 22c8072534e9188445f0aaef5336863fd1da7a75..69222b4df553987ca8805cd9d5d534fb4a0f626a 100644 (file)
@@ -743,6 +743,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,pm8550-gpio" },
        { .compatible = "qcom,pm8550b-gpio" },
        { .compatible = "qcom,pm8550ve-gpio" },