Skip to content

Commit

Permalink
ARM: dts: socfpga: update L2 tag and data latency
Browse files Browse the repository at this point in the history
Sets the appropriate L2-cache latencies for the SOCFPGA platform.

Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
  • Loading branch information
Dinh Nguyen committed Jan 8, 2014
1 parent 374b105 commit 9a21e55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/socfpga.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@
interrupts = <0 38 0x04>;
cache-unified;
cache-level = <2>;
arm,tag-latency = <1 1 1>;
arm,data-latency = <2 1 1>;
};

/* Local timer */
Expand Down

0 comments on commit 9a21e55

Please sign in to comment.