diff options
| author | Luca Weiss <[email protected]> | 2025-09-17 14:47:40 +0200 |
|---|---|---|
| committer | Casey Connolly <[email protected]> | 2025-10-29 12:27:33 +0100 |
| commit | 8f12776f1bfcb8f97afe1d0b8c754ccd5814b2b0 (patch) | |
| tree | 9c5e6857d6a7e4c5af109b2830e6f5c8ad9ae0d9 /drivers | |
| parent | a6b78ac5d0a6f0f6d072dc9f3af3b6659aee47e9 (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]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpio/qcom_spmi_gpio.c | 1 |
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" }, |
