Skip to content

Commit

Permalink
ARM: zynq: DT: Add missing interrupt for L2 pl310
Browse files Browse the repository at this point in the history
Add pl310 interrupt to the Zynq devicetree.

Signed-off-by: Alex Wilson <alex.david.wilson@gmail.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Alex Wilson authored and Michal Simek committed Jul 31, 2015
1 parent 1837649 commit 6de663f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/zynq-7000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
L2: cache-controller@f8f02000 {
compatible = "arm,pl310-cache";
reg = <0xF8F02000 0x1000>;
interrupts = <0 2 4>;
arm,data-latency = <3 2 2>;
arm,tag-latency = <2 2 2>;
cache-unified;
Expand Down

0 comments on commit 6de663f

Please sign in to comment.