From 2bfd43e550b4d8ad17e83287d5df315743fb2b3d Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Thu, 9 Nov 2017 19:58:40 +0100 Subject: [PATCH] ARM: rmobile: Fix eMMC signal voltage on Salvator-X/XS The eMMC is 1V8 device only and the signaling is always 1V8, fix the DT for Salvator-X/XS to describe the hardware correctly. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/dts/salvator-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/salvator-common.dtsi b/arch/arm/dts/salvator-common.dtsi index ce06a7cbd5..74bb21e841 100644 --- a/arch/arm/dts/salvator-common.dtsi +++ b/arch/arm/dts/salvator-common.dtsi @@ -438,7 +438,7 @@ sdhi2_pins: sd2 { groups = "sdhi2_data8", "sdhi2_ctrl"; function = "sdhi2"; - power-source = <3300>; + power-source = <1800>; }; sdhi2_pins_uhs: sd2_uhs { -- 2.39.2