[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170607093749.15656-3-kishon@ti.com>
Date: Wed, 7 Jun 2017 15:07:43 +0530
From: Kishon Vijay Abraham I <kishon@...com>
To: Tony Lindgren <tony@...mide.com>, Rob Herring <robh+dt@...nel.org>,
<nsekhar@...com>
CC: Ulf Hansson <ulf.hansson@...aro.org>,
Russell King <linux@...linux.org.uk>,
<linux-omap@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <linux-mmc@...r.kernel.org>,
<kishon@...com>
Subject: [PATCH v2 2/8] ARM: dts: dra72-evm: Add vqmmc supply to mmc1
Add vqmmc-supply property to mmc1 dt node and populate
it with ldo1_reg to reflect ldo1_out is connected to mmc1 IO lines.
Signed-off-by: Kishon Vijay Abraham I <kishon@...com>
---
arch/arm/boot/dts/dra72-evm.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
index adbcc570eba9..99fdb3d8445b 100644
--- a/arch/arm/boot/dts/dra72-evm.dts
+++ b/arch/arm/boot/dts/dra72-evm.dts
@@ -54,6 +54,10 @@
phy-mode = "rgmii";
};
+&mmc1 {
+ vqmmc-supply = <&ldo1_reg>;
+};
+
&mmc2 {
vmmc-supply = <&evm_1v8_sw>;
};
--
2.11.0
Powered by blists - more mailing lists