[PATCH] gpio: qcom: qcom_spmi_gpio: add compatible for pm6150l
Jens Reidel
adrian at mainlining.org
Sun Oct 5 17:44:43 CEST 2025
Add support for the GPIOs in the PM6150L to the new driver.
Signed-off-by: Jens Reidel <adrian at mainlining.org>
---
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 22c8072534e..69222b4df55 100644
--- a/drivers/gpio/qcom_spmi_gpio.c
+++ b/drivers/gpio/qcom_spmi_gpio.c
@@ -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" },
--
2.51.0
More information about the U-Boot
mailing list