diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-05-27 13:15:05 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-27 14:07:59 +0200 |
commit | 90ccde4cd599e0d8de7009201b08e51ef30998b8 (patch) | |
tree | e4f1e24172ff3675723da987c2939d192ca00a83 /arch/arm/boot/dts/ccu9540.dts | |
parent | ARM: ux500: Apply other compatible name to the u8540 DTS file (diff) | |
download | linux-90ccde4cd599e0d8de7009201b08e51ef30998b8.tar.xz linux-90ccde4cd599e0d8de7009201b08e51ef30998b8.zip |
ARM: ux500: bump MMC/SD max frequency for DT boots
In patch:
"ARM: ux500: Enable 100MHz for SD/SDIO/MMC devices"
the max frequency for the MMC/SD/SDIO adapters was
increased from 50 to 100MHz. Do the same for the
device tree boot path.
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Gabriel Fernandez <gabriel.fernandez.st@gmail.com>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ccu9540.dts')
-rw-r--r-- | arch/arm/boot/dts/ccu9540.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ccu9540.dts b/arch/arm/boot/dts/ccu9540.dts index c72d7aa333e4..b657d71bc4fa 100644 --- a/arch/arm/boot/dts/ccu9540.dts +++ b/arch/arm/boot/dts/ccu9540.dts @@ -52,7 +52,7 @@ // WLAN SDIO channel sdi1_per2@80118000 { arm,primecell-periphid = <0x10480180>; - max-frequency = <50000000>; + max-frequency = <100000000>; bus-width = <4>; status = "okay"; |