summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorDavid Wronek <[email protected]>2025-10-03 12:01:13 +0200
committerCasey Connolly <[email protected]>2025-10-29 12:27:33 +0100
commit731dc5eb9536dca4841c75b25825af29fa122238 (patch)
tree64727433bbd5b0d4f4c539bd5df0b7f3c088673c /drivers
parent4cebdcae3539c419eabca77b1102d7a9fec3a913 (diff)
gpio: qcom_spmi: add pm660l
This is used for the volume keys on some SDM670 devices. Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: David Wronek <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Casey Connolly <[email protected]>
Diffstat (limited to 'drivers')
-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 69222b4df55..3f7c5703e22 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,pm660l-gpio" },
{ .compatible = "qcom,pm8550-gpio" },
{ .compatible = "qcom,pm8550b-gpio" },
{ .compatible = "qcom,pm8550ve-gpio" },