summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Weiss <[email protected]>2025-09-17 14:52:22 +0200
committerCasey Connolly <[email protected]>2025-10-29 12:27:33 +0100
commitdcc5a60745c01caf0a5a0a38bae66e0862ef523b (patch)
tree437df0b536ee1ef002ae6b8e52769a505839b77c
parentefbdf3dbb06b9230fcbfd514b1386cd144809e2a (diff)
gpio: qcom: Support GPIOs on PM7325 PMIC
The GPIOs on PM7325 work fine using the qcom_spmi_gpio driver and enables the use of the Volume Up button Fairphone 5 smartphone. Signed-off-by: Luca Weiss <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Casey Connolly <[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 5ba65fe4d4d..1a7c7c48dfc 100644
--- a/drivers/gpio/qcom_spmi_gpio.c
+++ b/drivers/gpio/qcom_spmi_gpio.c
@@ -746,6 +746,7 @@ static const struct udevice_id qcom_spmi_pmic_gpio_ids[] = {
{ .compatible = "qcom,pm6150l-gpio" },
{ .compatible = "qcom,pm6350-gpio" },
{ .compatible = "qcom,pm660l-gpio" },
+ { .compatible = "qcom,pm7325-gpio" },
{ .compatible = "qcom,pm8550-gpio" },
{ .compatible = "qcom,pm8550b-gpio" },
{ .compatible = "qcom,pm8550ve-gpio" },