0003-v5.12-ARM-dts-qcom-ipq4019-add-SDHCI-VQMMC-LDO-node.patch 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. From e14775aa2feac18e7378cb8009b55c13d4236b50 Mon Sep 17 00:00:00 2001
  2. From: Robert Marko <[email protected]>
  3. Date: Mon, 7 Sep 2020 12:19:37 +0200
  4. Subject: [PATCH] ARM: dts: qcom: ipq4019: add SDHCI VQMMC LDO node
  5. Since we now have driver for the SDHCI VQMMC LDO needed
  6. for I/0 voltage levels lets introduce the necessary node for it.
  7. Signed-off-by: Robert Marko <[email protected]>
  8. Cc: Luka Perkov <[email protected]>
  9. Link: https://lore.kernel.org/r/[email protected]
  10. Signed-off-by: Bjorn Andersson <[email protected]>
  11. ---
  12. arch/arm/boot/dts/qcom-ipq4019.dtsi | 10 ++++++++++
  13. 1 file changed, 10 insertions(+)
  14. --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
  15. +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
  16. @@ -210,6 +210,16 @@
  17. interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
  18. };
  19. + vqmmc: regulator@1948000 {
  20. + compatible = "qcom,vqmmc-ipq4019-regulator";
  21. + reg = <0x01948000 0x4>;
  22. + regulator-name = "vqmmc";
  23. + regulator-min-microvolt = <1500000>;
  24. + regulator-max-microvolt = <3000000>;
  25. + regulator-always-on;
  26. + status = "disabled";
  27. + };
  28. +
  29. sdhci: sdhci@7824900 {
  30. compatible = "qcom,sdhci-msm-v4";
  31. reg = <0x7824900 0x11c>, <0x7824000 0x800>;