git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efbdf3d
)
gpio: qcom: Support GPIOs on PM7325 PMIC
author
Luca Weiss
<luca.weiss@fairphone.com>
Wed, 17 Sep 2025 12:52:22 +0000
(14:52 +0200)
committer
Casey Connolly
<casey.connolly@linaro.org>
Wed, 29 Oct 2025 11:27:33 +0000
(12:27 +0100)
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 <luca.weiss@fairphone.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link:
https://lore.kernel.org/r/20250917-spmi-gpio-pm7325-v1-1-6b75c2c62d8b@fairphone.com
Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
drivers/gpio/qcom_spmi_gpio.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/qcom_spmi_gpio.c
b/drivers/gpio/qcom_spmi_gpio.c
index
5ba65fe
..
1a7c7c4
100644
(file)
--- 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" },