提交 04a6e5e8 编写于 作者: P Paweł Jarosz 提交者: 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: NPaweł Jarosz <paweljarosz3691@gmail.com>
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 c959ab8b
......@@ -636,6 +636,8 @@
};
&mmc0 {
clock-frequency = <50000000>;
max-frequency = <50000000>;
pinctrl-names = "default";
pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_bus4>;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册