Commit 04a6e5e8 authored by Paweł Jarosz's avatar Paweł Jarosz Committed by Heiko Stuebner

ARM: dts: rockchip: Set sdmmc frequency at boot time for rk3066a

Currently driver leaves sdmmc frequency at its default.
So lets set this to 50MHz.
This gives us performance boost in mmc transfers.
Signed-off-by: default avatarPaweł Jarosz <paweljarosz3691@gmail.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent c959ab8b
......@@ -636,6 +636,8 @@ &i2c4 {
};
&mmc0 {
clock-frequency = <50000000>;
max-frequency = <50000000>;
pinctrl-names = "default";
pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_bus4>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment