mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
gpio: qcom: Support GPIOs on PM6350 PMIC
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>
This commit is contained in:
committed by
Casey Connolly
parent
a6b78ac5d0
commit
8f12776f1b
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user