aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/omap4.dtsi20
1 files changed, 12 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 23ee1498c98c..739bb79e410e 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -469,33 +469,37 @@
469 ti,hwmods = "timer4"; 469 ti,hwmods = "timer4";
470 }; 470 };
471 471
472 timer5: timer@49038000 { 472 timer5: timer@40138000 {
473 compatible = "ti,omap2-timer"; 473 compatible = "ti,omap2-timer";
474 reg = <0x49038000 0x80>; 474 reg = <0x40138000 0x80>,
475 <0x49038000 0x80>;
475 interrupts = <0 41 0x4>; 476 interrupts = <0 41 0x4>;
476 ti,hwmods = "timer5"; 477 ti,hwmods = "timer5";
477 ti,timer-dsp; 478 ti,timer-dsp;
478 }; 479 };
479 480
480 timer6: timer@4903a000 { 481 timer6: timer@4013a000 {
481 compatible = "ti,omap2-timer"; 482 compatible = "ti,omap2-timer";
482 reg = <0x4903a000 0x80>; 483 reg = <0x4013a000 0x80>,
484 <0x4903a000 0x80>;
483 interrupts = <0 42 0x4>; 485 interrupts = <0 42 0x4>;
484 ti,hwmods = "timer6"; 486 ti,hwmods = "timer6";
485 ti,timer-dsp; 487 ti,timer-dsp;
486 }; 488 };
487 489
488 timer7: timer@4903c000 { 490 timer7: timer@4013c000 {
489 compatible = "ti,omap2-timer"; 491 compatible = "ti,omap2-timer";
490 reg = <0x4903c000 0x80>; 492 reg = <0x4013c000 0x80>,
493 <0x4903c000 0x80>;
491 interrupts = <0 43 0x4>; 494 interrupts = <0 43 0x4>;
492 ti,hwmods = "timer7"; 495 ti,hwmods = "timer7";
493 ti,timer-dsp; 496 ti,timer-dsp;
494 }; 497 };
495 498
496 timer8: timer@4903e000 { 499 timer8: timer@4013e000 {
497 compatible = "ti,omap2-timer"; 500 compatible = "ti,omap2-timer";
498 reg = <0x4903e000 0x80>; 501 reg = <0x4013e000 0x80>,
502 <0x4903e000 0x80>;
499 interrupts = <0 44 0x4>; 503 interrupts = <0 44 0x4>;
500 ti,hwmods = "timer8"; 504 ti,hwmods = "timer8";
501 ti,timer-pwm; 505 ti,timer-pwm;