summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Weiss <[email protected]>2025-09-17 14:47:40 +0200
committerCasey Connolly <[email protected]>2025-10-29 12:27:33 +0100
commit8f12776f1bfcb8f97afe1d0b8c754ccd5814b2b0 (patch)
tree9c5e6857d6a7e4c5af109b2830e6f5c8ad9ae0d9
parenta6b78ac5d0a6f0f6d072dc9f3af3b6659aee47e9 (diff)
gpio: qcom: Support GPIOs on PM6350 PMIC
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 <[email protected]>
-rw-r--r--drivers/gpio/qcom_spmi_gpio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/qcom_spmi_gpio.c b/drivers/gpio/qcom_spmi_gpio.c
index 3f7c5703e22..5ba65fe4d4d 100644
--- a/drivers/gpio/qcom_spmi_gpio.c
+++ b/drivers/gpio/qcom_spmi_gpio.c
@@ -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" },