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:
a6b78ac
)
gpio: qcom: Support GPIOs on PM6350 PMIC
author
Luca Weiss
<luca.weiss@fairphone.com>
Wed, 17 Sep 2025 12:47:40 +0000
(14:47 +0200)
committer
Casey Connolly
<casey.connolly@linaro.org>
Wed, 29 Oct 2025 11:27:33 +0000
(12:27 +0100)
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 <luca.weiss@fairphone.com>
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
3f7c570
..
5ba65fe
100644
(file)
--- 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" },