mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
gpio: qcom: Support GPIOs on PM7550 PMIC
The GPIOs on PM7550 work fine using the qcom_spmi_gpio driver and enables the use of the Volume Up button on the Fairphone (Gen. 6) smartphone. Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Link: https://patch.msgid.link/20260318-milos-bringup-v2-5-650b91dd75d8@fairphone.com Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
This commit is contained in:
committed by
Casey Connolly
parent
d23376cb7c
commit
50154283d7
@@ -747,6 +747,7 @@ static const struct udevice_id qcom_spmi_pmic_gpio_ids[] = {
|
||||
{ .compatible = "qcom,pm6350-gpio" },
|
||||
{ .compatible = "qcom,pm660l-gpio" },
|
||||
{ .compatible = "qcom,pm7325-gpio" },
|
||||
{ .compatible = "qcom,pm7550-gpio" },
|
||||
{ .compatible = "qcom,pm8550-gpio" },
|
||||
{ .compatible = "qcom,pm8550b-gpio" },
|
||||
{ .compatible = "qcom,pm8550ve-gpio" },
|
||||
|
||||
Reference in New Issue
Block a user