Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374097
b: refs/heads/master
c: 849ff89
h: refs/heads/master
i:
  374095: 1f70706
v: v3
  • Loading branch information
Alexander Graf authored and Kukjin Kim committed Apr 8, 2013
1 parent bd9a3c5 commit f0c2e72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d2ff61d0691a26128257cee88278a9940d9e92b
refs/heads/master: 849ff89b7b6b9f99bdae27b8d841423b907451b9
8 changes: 6 additions & 2 deletions trunk/arch/arm/boot/dts/exynos5250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@
};

gic:interrupt-controller@10481000 {
compatible = "arm,cortex-a9-gic";
compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
#interrupt-cells = <3>;
interrupt-controller;
reg = <0x10481000 0x1000>, <0x10482000 0x2000>;
reg = <0x10481000 0x1000>,
<0x10482000 0x1000>,
<0x10484000 0x2000>,
<0x10486000 0x2000>;
interrupts = <1 9 0xf04>;
};

combiner:interrupt-controller@10440000 {
Expand Down

0 comments on commit f0c2e72

Please sign in to comment.