diff options
author | Marcin Wojtas <[email protected]> | 2014-11-14 16:57:29 +0100 |
---|---|---|
committer | Jason Cooper <[email protected]> | 2014-11-22 02:49:43 +0000 |
commit | 5e949f0c79917f3fd8512a3b66b0c861e03ec5a6 (patch) | |
tree | 7e564266eb03cc198fa59297cdd7fa97fae6b815 | |
parent | 9ef90cbb0860d3434fdc4bf9674adca1b762f95e (diff) |
ARM: mvebu: enable no-1-8-v flag for Armada 385 DB SDHCI interface
The Marvell Armada 38x SoC's SDHCI interface is capable of using 1.8v voltage,
needed for driving "UHS-I" SD cards at their full speed. It is not, however,
possible on the DB board. Due to physical connectivity connector supply is tied
to 3v and any attempt of changing voltage in order to operate in the fastest UHS
modes fails.
This patch enables equivalent SDHCI quirk in order to adjust controller
operation to system capabilities.
Signed-off-by: Marcin Wojtas <[email protected]>
Reviewed-by: Gregory CLEMENT <[email protected]>
Acked-by: Thomas Petazzoni <[email protected]>
Acked-by: Andrew Lunn <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Jason Cooper <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/armada-385-db.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-385-db.dts b/arch/arm/boot/dts/armada-385-db.dts index 1af886f1e486..b1257120455c 100644 --- a/arch/arm/boot/dts/armada-385-db.dts +++ b/arch/arm/boot/dts/armada-385-db.dts @@ -121,6 +121,7 @@ wp-inverted; bus-width = <8>; status = "okay"; + no-1-8-v; }; usb3@f0000 { |