0060-v6.1-mfd-qcom-spmi-pmic-Add-support-for-PMP8074.patch 1.0 KB

123456789101112131415161718192021222324252627
  1. From 46878413ba10170aaa9b7c797816e928a11923e3 Mon Sep 17 00:00:00 2001
  2. From: Robert Marko <[email protected]>
  3. Date: Fri, 19 Aug 2022 00:18:12 +0200
  4. Subject: [PATCH] mfd: qcom-spmi-pmic: Add support for PMP8074
  5. Add support for PMP8074 PMIC which is a companion PMIC for the Qualcomm
  6. IPQ8074 SoC-s.
  7. It shares the same subtype identifier as PM8901.
  8. Signed-off-by: Robert Marko <[email protected]>
  9. Signed-off-by: Lee Jones <[email protected]>
  10. Link: https://lore.kernel.org/r/[email protected]
  11. ---
  12. drivers/mfd/qcom-spmi-pmic.c | 1 +
  13. 1 file changed, 1 insertion(+)
  14. --- a/drivers/mfd/qcom-spmi-pmic.c
  15. +++ b/drivers/mfd/qcom-spmi-pmic.c
  16. @@ -60,6 +60,7 @@ static const struct of_device_id pmic_sp
  17. { .compatible = "qcom,pmi8994", .data = N_USIDS(2) },
  18. { .compatible = "qcom,pmi8998", .data = N_USIDS(2) },
  19. { .compatible = "qcom,pmk8002", .data = N_USIDS(2) },
  20. + { .compatible = "qcom,pmp8074", .data = N_USIDS(2) },
  21. { .compatible = "qcom,smb2351", .data = N_USIDS(2) },
  22. { .compatible = "qcom,spmi-pmic", .data = N_USIDS(1) },
  23. { }