提交 6d20b24a 编写于 作者: S Stefan Agner 提交者: Shawn Guo

ARM: dts: vf-colibri: increase NAND clock speed

The NAND flash memory populated on Colibri VF61 allows faster NAND
timings than the flash memory on VF50. Additionally, due to divider
limitations, VF61 did clock the flash even slower than VF50. Assign
the NFC clock in the module specific device trees vf500-colibri.dtsi
and vf610-colibri.dtsi respectively.

This increases raw read speed on Colibri VF61 by about 20%.
Signed-off-by: NStefan Agner <stefan@agner.ch>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 9b1a1779
...@@ -130,8 +130,6 @@ ...@@ -130,8 +130,6 @@
}; };
&nfc { &nfc {
assigned-clocks = <&clks VF610_CLK_NFC>;
assigned-clock-rates = <33000000>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_nfc>; pinctrl-0 = <&pinctrl_nfc>;
status = "okay"; status = "okay";
......
...@@ -69,6 +69,11 @@ ...@@ -69,6 +69,11 @@
}; };
}; };
&nfc {
assigned-clocks = <&clks VF610_CLK_NFC>;
assigned-clock-rates = <33000000>;
};
&iomuxc { &iomuxc {
vf610-colibri { vf610-colibri {
pinctrl_touchctrl_idle: touchctrl_idle { pinctrl_touchctrl_idle: touchctrl_idle {
......
...@@ -50,3 +50,8 @@ ...@@ -50,3 +50,8 @@
reg = <0x80000000 0x10000000>; reg = <0x80000000 0x10000000>;
}; };
}; };
&nfc {
assigned-clocks = <&clks VF610_CLK_NFC>;
assigned-clock-rates = <50000000>;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册