Skip to content

Commit

Permalink
ARM: vexpress: Add missing SP804 interrupt in motherboard's DTS files
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
  • Loading branch information
Pawel Moll committed Jul 13, 2012
1 parent d1b8a77 commit b7541a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/vexpress-v2m-rs1.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
v2m_timer23: timer@120000 {
compatible = "arm,sp804", "arm,primecell";
reg = <0x120000 0x1000>;
interrupts = <3>;
};

/* DVI I2C bus */
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/vexpress-v2m.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
v2m_timer23: timer@12000 {
compatible = "arm,sp804", "arm,primecell";
reg = <0x12000 0x1000>;
interrupts = <3>;
};

/* DVI I2C bus */
Expand Down

0 comments on commit b7541a9

Please sign in to comment.