OSDN Git Service

ARM: dts: qcom: ipq4019: add SDHCI VQMMC LDO node
authorRobert Marko <robert.marko@sartura.hr>
Mon, 7 Sep 2020 10:19:37 +0000 (12:19 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 25 Jan 2021 16:50:39 +0000 (10:50 -0600)
Since we now have driver for the SDHCI VQMMC LDO needed
for I/0 voltage levels lets introduce the necessary node for it.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Link: https://lore.kernel.org/r/20200907101937.10155-1-robert.marko@sartura.hr
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm/boot/dts/qcom-ipq4019.dtsi

index 0ad6c24..7bf1da9 100644 (file)
                        interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
                };
 
+               vqmmc: regulator@1948000 {
+                       compatible = "qcom,vqmmc-ipq4019-regulator";
+                       reg = <0x01948000 0x4>;
+                       regulator-name = "vqmmc";
+                       regulator-min-microvolt = <1500000>;
+                       regulator-max-microvolt = <3000000>;
+                       regulator-always-on;
+                       status = "disabled";
+               };
+
                sdhci: sdhci@7824900 {
                        compatible = "qcom,sdhci-msm-v4";
                        reg = <0x7824900 0x11c>, <0x7824000 0x800>;