From: Koen Kooi Date: Thu, 18 Oct 2012 10:11:48 +0200 Subject: [PATCH] am33xx.dtsi: enable MMC HSPE bit for all 3 controllers Signed-off-by: Koen Kooi --- arch/arm/boot/dts/am33xx.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index c0d9c5b..0087b13 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -244,6 +244,7 @@ ti,hwmods = "mmc1"; ti,dual-volt; ti,needs-special-reset; + ti,needs-special-hs-handling; dmas = <&edma 24 &edma 25>; dma-names = "tx", "rx"; @@ -254,6 +255,7 @@ compatible = "ti,omap3-hsmmc"; ti,hwmods = "mmc2"; ti,needs-special-reset; + ti,needs-special-hs-handling; dmas = <&edma 2 &edma 3>; dma-names = "tx", "rx"; @@ -264,6 +266,7 @@ compatible = "ti,omap3-hsmmc"; ti,hwmods = "mmc3"; ti,needs-special-reset; + ti,needs-special-hs-handling; status = "disabled"; };