提交 2211a658 编写于 作者: D Dinh Nguyen

ARM: dts: socfpga: enable the data and instruction prefetch for the l2 cache

Just in case the firmware did not enable data and instruction prefetch in
the L2 cache controller, we enable it in the kernel.
Signed-off-by: NDinh Nguyen <dinguyen@opensource.altera.com>
上级 d770e558
...@@ -639,6 +639,8 @@ ...@@ -639,6 +639,8 @@
cache-level = <2>; cache-level = <2>;
arm,tag-latency = <1 1 1>; arm,tag-latency = <1 1 1>;
arm,data-latency = <2 1 1>; arm,data-latency = <2 1 1>;
prefetch-data = <1>;
prefetch-instr = <1>;
}; };
mmc: dwmmc0@ff704000 { mmc: dwmmc0@ff704000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册