Commit 82076f81 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'socfpga_dts_for_v4.10_part_3' of...

Merge tag 'socfpga_dts_for_v4.10_part_3' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into next/dt

Merge "SoCFPGA DTS update for v4.10, part 3" from Dinh Nguyen:

- Fine tune L2 cache configuration

* tag 'socfpga_dts_for_v4.10_part_3' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
  ARM: dts: socfpga: fine-tune L2 cache configuration
parents 9de194ff 7c38dc62
...@@ -687,6 +687,11 @@ L2: l2-cache@fffef000 { ...@@ -687,6 +687,11 @@ L2: l2-cache@fffef000 {
prefetch-data = <1>; prefetch-data = <1>;
prefetch-instr = <1>; prefetch-instr = <1>;
arm,shared-override; arm,shared-override;
arm,double-linefill = <1>;
arm,double-linefill-incr = <0>;
arm,double-linefill-wrap = <1>;
arm,prefetch-drop = <0>;
arm,prefetch-offset = <7>;
}; };
mmc: dwmmc0@ff704000 { mmc: dwmmc0@ff704000 {
......
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