From: Jens Reidel Date: Sun, 5 Oct 2025 15:44:43 +0000 (+0200) Subject: gpio: qcom: qcom_spmi_gpio: add compatible for pm6150l X-Git-Tag: v2026.01-rc2~53^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf83c6036e850035d4b99870cd8e8bf01be3ff53;p=pandora-u-boot.git gpio: qcom: qcom_spmi_gpio: add compatible for pm6150l Add support for the GPIOs in the PM6150L to the new driver. Signed-off-by: Jens Reidel Reviewed-by: Neil Armstrong Reviewed-by: Casey Connolly Link: https://lore.kernel.org/r/20251005154443.71477-1-adrian@mainlining.org Signed-off-by: Casey Connolly --- 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" },