diff options
| author | Jon Hunter <jon-hunter@ti.com> | 2012-11-01 09:57:08 -0400 |
|---|---|---|
| committer | Benoit Cousson <b-cousson@ti.com> | 2012-11-01 12:03:31 -0400 |
| commit | d03a93bbec5edfe33f09d629d27c1afd50f043aa (patch) | |
| tree | 7de8ac7f89e16d65e6b986c5134bf848421bea5f | |
| parent | 9fd3c748aac9418cd377249ca463050783d2198f (diff) | |
ARM: dts: OMAP4: Update timer addresses
For OMAP4 devices, timers 5-8 have both a L3 bus address and a Cortex-A9
private bus address. Currently the device-tree source only contains the
L3 bus address for these timers. Update these timers to include the
Cortex-A9 private address and make the default address the Cortex-A9
private bus address to match the current HWMOD implementation.
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
| -rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 20 |
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; |
