diff options
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 6d95d3df33c7..707342914a6f 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi | |||
@@ -58,6 +58,10 @@ | |||
58 | 275000 1125000 | 58 | 275000 1125000 |
59 | >; | 59 | >; |
60 | voltage-tolerance = <2>; /* 2 percentage */ | 60 | voltage-tolerance = <2>; /* 2 percentage */ |
61 | |||
62 | clocks = <&dpll_mpu_ck>; | ||
63 | clock-names = "cpu"; | ||
64 | |||
61 | clock-latency = <300000>; /* From omap-cpufreq driver */ | 65 | clock-latency = <300000>; /* From omap-cpufreq driver */ |
62 | }; | 66 | }; |
63 | }; | 67 | }; |
@@ -318,6 +322,7 @@ | |||
318 | compatible = "ti,omap4-hwspinlock"; | 322 | compatible = "ti,omap4-hwspinlock"; |
319 | reg = <0x480ca000 0x1000>; | 323 | reg = <0x480ca000 0x1000>; |
320 | ti,hwmods = "spinlock"; | 324 | ti,hwmods = "spinlock"; |
325 | #hwlock-cells = <1>; | ||
321 | }; | 326 | }; |
322 | 327 | ||
323 | wdt2: wdt@44e35000 { | 328 | wdt2: wdt@44e35000 { |
@@ -399,7 +404,7 @@ | |||
399 | ti,timer-pwm; | 404 | ti,timer-pwm; |
400 | }; | 405 | }; |
401 | 406 | ||
402 | rtc@44e3e000 { | 407 | rtc: rtc@44e3e000 { |
403 | compatible = "ti,da830-rtc"; | 408 | compatible = "ti,da830-rtc"; |
404 | reg = <0x44e3e000 0x1000>; | 409 | reg = <0x44e3e000 0x1000>; |
405 | interrupts = <75 | 410 | interrupts = <75 |
@@ -582,6 +587,8 @@ | |||
582 | compatible = "ti,am33xx-ecap"; | 587 | compatible = "ti,am33xx-ecap"; |
583 | #pwm-cells = <3>; | 588 | #pwm-cells = <3>; |
584 | reg = <0x48300100 0x80>; | 589 | reg = <0x48300100 0x80>; |
590 | interrupts = <31>; | ||
591 | interrupt-names = "ecap0"; | ||
585 | ti,hwmods = "ecap0"; | 592 | ti,hwmods = "ecap0"; |
586 | status = "disabled"; | 593 | status = "disabled"; |
587 | }; | 594 | }; |
@@ -610,6 +617,8 @@ | |||
610 | compatible = "ti,am33xx-ecap"; | 617 | compatible = "ti,am33xx-ecap"; |
611 | #pwm-cells = <3>; | 618 | #pwm-cells = <3>; |
612 | reg = <0x48302100 0x80>; | 619 | reg = <0x48302100 0x80>; |
620 | interrupts = <47>; | ||
621 | interrupt-names = "ecap1"; | ||
613 | ti,hwmods = "ecap1"; | 622 | ti,hwmods = "ecap1"; |
614 | status = "disabled"; | 623 | status = "disabled"; |
615 | }; | 624 | }; |
@@ -638,6 +647,8 @@ | |||
638 | compatible = "ti,am33xx-ecap"; | 647 | compatible = "ti,am33xx-ecap"; |
639 | #pwm-cells = <3>; | 648 | #pwm-cells = <3>; |
640 | reg = <0x48304100 0x80>; | 649 | reg = <0x48304100 0x80>; |
650 | interrupts = <61>; | ||
651 | interrupt-names = "ecap2"; | ||
641 | ti,hwmods = "ecap2"; | 652 | ti,hwmods = "ecap2"; |
642 | status = "disabled"; | 653 | status = "disabled"; |
643 | }; | 654 | }; |