Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339888
b: refs/heads/master
c: d03a93b
h: refs/heads/master
v: v3
  • Loading branch information
Jon Hunter authored and Benoit Cousson committed Nov 1, 2012
1 parent 06a7478 commit 87585ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 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: 9fd3c748aac9418cd377249ca463050783d2198f
refs/heads/master: d03a93bbec5edfe33f09d629d27c1afd50f043aa
20 changes: 12 additions & 8 deletions trunk/arch/arm/boot/dts/omap4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -469,33 +469,37 @@
ti,hwmods = "timer4";
};

timer5: timer@49038000 {
timer5: timer@40138000 {
compatible = "ti,omap2-timer";
reg = <0x49038000 0x80>;
reg = <0x40138000 0x80>,
<0x49038000 0x80>;
interrupts = <0 41 0x4>;
ti,hwmods = "timer5";
ti,timer-dsp;
};

timer6: timer@4903a000 {
timer6: timer@4013a000 {
compatible = "ti,omap2-timer";
reg = <0x4903a000 0x80>;
reg = <0x4013a000 0x80>,
<0x4903a000 0x80>;
interrupts = <0 42 0x4>;
ti,hwmods = "timer6";
ti,timer-dsp;
};

timer7: timer@4903c000 {
timer7: timer@4013c000 {
compatible = "ti,omap2-timer";
reg = <0x4903c000 0x80>;
reg = <0x4013c000 0x80>,
<0x4903c000 0x80>;
interrupts = <0 43 0x4>;
ti,hwmods = "timer7";
ti,timer-dsp;
};

timer8: timer@4903e000 {
timer8: timer@4013e000 {
compatible = "ti,omap2-timer";
reg = <0x4903e000 0x80>;
reg = <0x4013e000 0x80>,
<0x4903e000 0x80>;
interrupts = <0 44 0x4>;
ti,hwmods = "timer8";
ti,timer-pwm;
Expand Down

0 comments on commit 87585ed

Please sign in to comment.