aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaesar Wang <wxt@rock-chips.com>2015-12-22 16:48:02 +0800
committerKees Cook <keescook@chromium.org>2016-01-11 15:16:35 -0800
commiteef76219aae2c8c7e5a848eb131b324e2bb3cc15 (patch)
tree9766ed17ef5e2a0a4ddeefa115d2babb6056ea8c
parent06a9edaee3f784dad4778fd71bcde7cadca6003d (diff)
downloadv4.1-eef76219aae2c8c7e5a848eb131b324e2bb3cc15.tar.gz
FROMLIST: ARM: dts: rockchip: enable the high speed on sdio for kylin board
We want to the higher speed for wifi module working. Bootup kernel log: ... mmc_host mmc0: Bus speed (slot 0) = 37125000Hz (slot req 37500000Hz, actual 37125000HZ div = 0) or run 'cat /sys/kernel/debug/clk/clk_summary |grep phase -C 1' to check Otherwise, the mmc0 will run 400khz defalult value to work. Signed-off-by: Caesar Wang <wxt@rock-chips.com> Bug: 25923642 Patchset: sdio Patch[3/5], that's happy work for wifi module. (am https://patchwork.kernel.org/patch/7903151/) Signed-off-by: Caesar Wang <wxt@rock-chips.com> Change-Id: I4de84089fac72053eb56e219caf2ad966fec1e02
-rw-r--r--arch/arm/boot/dts/rk3036-kylin.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3036-kylin.dts b/arch/arm/boot/dts/rk3036-kylin.dts
index 73a596ed62b..8774f1378a7 100644
--- a/arch/arm/boot/dts/rk3036-kylin.dts
+++ b/arch/arm/boot/dts/rk3036-kylin.dts
@@ -335,6 +335,11 @@
broken-cd;
bus-width = <4>;
+ cap-sd-highspeed;
+ sd-uhs-sdr12;
+ sd-uhs-sdr25;
+ sd-uhs-sdr50;
+ sd-uhs-sdr104;
cap-sdio-irq;
card-external-vcc-supply = <&wifi_regulator>;
default-sample-phase = <90>;