diff options
author | Matt Porter <mporter@linaro.org> | 2014-01-29 15:59:59 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-28 18:04:28 -0500 |
commit | e8c85a3ea9aabfb6be1ea97b5c0598c678ff95cc (patch) | |
tree | 37e484c7949dd76cf5ccb7da4da00fa1dff2308c /arch/arm/boot/dts | |
parent | 8d766fa29f7d217afffc9f3b3fc7c45696ef9896 (diff) |
ARM: dts: AM33XX: Add ecap interrupt properties
Add missing interrupt properties to the ecap0, ecap1, and ecap2
nodes.
Signed-off-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index d0ecefd75cc2..a74b9a25b43d 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi | |||
@@ -587,6 +587,8 @@ | |||
587 | compatible = "ti,am33xx-ecap"; | 587 | compatible = "ti,am33xx-ecap"; |
588 | #pwm-cells = <3>; | 588 | #pwm-cells = <3>; |
589 | reg = <0x48300100 0x80>; | 589 | reg = <0x48300100 0x80>; |
590 | interrupts = <31>; | ||
591 | interrupt-names = "ecap0"; | ||
590 | ti,hwmods = "ecap0"; | 592 | ti,hwmods = "ecap0"; |
591 | status = "disabled"; | 593 | status = "disabled"; |
592 | }; | 594 | }; |
@@ -615,6 +617,8 @@ | |||
615 | compatible = "ti,am33xx-ecap"; | 617 | compatible = "ti,am33xx-ecap"; |
616 | #pwm-cells = <3>; | 618 | #pwm-cells = <3>; |
617 | reg = <0x48302100 0x80>; | 619 | reg = <0x48302100 0x80>; |
620 | interrupts = <47>; | ||
621 | interrupt-names = "ecap1"; | ||
618 | ti,hwmods = "ecap1"; | 622 | ti,hwmods = "ecap1"; |
619 | status = "disabled"; | 623 | status = "disabled"; |
620 | }; | 624 | }; |
@@ -643,6 +647,8 @@ | |||
643 | compatible = "ti,am33xx-ecap"; | 647 | compatible = "ti,am33xx-ecap"; |
644 | #pwm-cells = <3>; | 648 | #pwm-cells = <3>; |
645 | reg = <0x48304100 0x80>; | 649 | reg = <0x48304100 0x80>; |
650 | interrupts = <61>; | ||
651 | interrupt-names = "ecap2"; | ||
646 | ti,hwmods = "ecap2"; | 652 | ti,hwmods = "ecap2"; |
647 | status = "disabled"; | 653 | status = "disabled"; |
648 | }; | 654 | }; |