diff options
author | Marek Vasut | 2017-11-09 19:58:40 +0100 |
---|---|---|
committer | Tom Rini | 2017-11-12 16:17:31 -0500 |
commit | 2bfd43e550b4d8ad17e83287d5df315743fb2b3d (patch) | |
tree | 873cb143d00d45ebeb721ffe967ce738b97558c3 /arch | |
parent | 66bd5a3ebb9fc6837194069f521c0705fb9d1b5e (diff) |
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 <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/salvator-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/salvator-common.dtsi b/arch/arm/dts/salvator-common.dtsi index ce06a7cbd50..74bb21e8417 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 { |