diff mbox series

[U-Boot,01/23] ARM: rmobile: Fix eMMC signal voltage on ULCB

Message ID 20171129025222.7359-1-marek.vasut+renesas@gmail.com
State Accepted
Commit 5d1b875dfa8786ecc285443f4afe962e64f0e59d
Delegated to: Nobuhiro Iwamatsu
Headers show
Series [U-Boot,01/23] ARM: rmobile: Fix eMMC signal voltage on ULCB | expand

Commit Message

Marek Vasut Nov. 29, 2017, 2:52 a.m. UTC
The eMMC is 1V8 device only and the signaling is always 1V8,
fix the DT for ULCB to describe the hardware correctly.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 arch/arm/dts/ulcb.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/ulcb.dtsi b/arch/arm/dts/ulcb.dtsi
index e21cf332c9..b0ad11897c 100644
--- a/arch/arm/dts/ulcb.dtsi
+++ b/arch/arm/dts/ulcb.dtsi
@@ -247,7 +247,7 @@ 
 	sdhi2_pins: sd2 {
 		groups = "sdhi2_data8", "sdhi2_ctrl";
 		function = "sdhi2";
-		power-source = <3300>;
+		power-source = <1800>;
 	};
 
 	sdhi2_pins_uhs: sd2_uhs {