blob: 2e98d84d98d8cb8dfaee1e40df589786ae48199e [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From 77d9b11ae7269dcf376c3b9493209f712524e986 Mon Sep 17 00:00:00 2001
2From: Robert Marko <robert.marko@sartura.hr>
3Date: Wed, 22 Jan 2020 12:56:35 +0100
4Subject: [PATCH] arm: dts: IPQ4019: add SDHCI VQMMC LDO node
5
6Since we now have driver for the SDHCI VQMMC LDO needed
7for I/0 voltage levels lets introduce the necessary node for it.
8
9Signed-off-by: Robert Marko <robert.marko@sartura.hr>
10---
11 arch/arm/boot/dts/qcom-ipq4019.dtsi | 10 ++++++++++
12 1 file changed, 10 insertions(+)
13
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
20+ vqmmc: regulator@1948000 {
21+ compatible = "qcom,vqmmc-ipq4019-regulator";
22+ reg = <0x01948000 0x4>;
23+ regulator-name = "vqmmc";
24+ regulator-min-microvolt = <1500000>;
25+ regulator-max-microvolt = <3000000>;
26+ regulator-always-on;
27+ status = "disabled";
28+ };
29+
30 sdhci: sdhci@7824900 {
31 compatible = "qcom,sdhci-msm-v4";
32 reg = <0x7824900 0x11c>, <0x7824000 0x800>;