Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1659594 > unrolled thread

[PATCH v2 2/8] ARM: dts: dra72-evm: Add vqmmc supply to mmc1

Started byKishon Vijay Abraham I <kishon@ti.com>
First post2017-06-07 11:40 +0200
Last post2017-06-07 11:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 2/8] ARM: dts: dra72-evm: Add vqmmc supply to mmc1 Kishon Vijay Abraham I <kishon@ti.com> - 2017-06-07 11:40 +0200

#1659594 — [PATCH v2 2/8] ARM: dts: dra72-evm: Add vqmmc supply to mmc1

FromKishon Vijay Abraham I <kishon@ti.com>
Date2017-06-07 11:40 +0200
Subject[PATCH v2 2/8] ARM: dts: dra72-evm: Add vqmmc supply to mmc1
Message-ID<tPFBw-4Pg-9@gated-at.bofh.it>
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@ti.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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web