diff options
author | Matt Porter <mporter@linaro.org> | 2014-01-29 15:59:59 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-28 15:04:28 -0800 |
commit | e8c85a3ea9aabfb6be1ea97b5c0598c678ff95cc (patch) | |
tree | 37e484c7949dd76cf5ccb7da4da00fa1dff2308c /arch/arm/boot/dts/am33xx.dtsi | |
parent | 8d766fa29f7d217afffc9f3b3fc7c45696ef9896 (diff) | |
download | blackbird-op-linux-e8c85a3ea9aabfb6be1ea97b5c0598c678ff95cc.tar.gz blackbird-op-linux-e8c85a3ea9aabfb6be1ea97b5c0598c678ff95cc.zip |
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/am33xx.dtsi')
-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 @@ compatible = "ti,am33xx-ecap"; #pwm-cells = <3>; reg = <0x48300100 0x80>; + interrupts = <31>; + interrupt-names = "ecap0"; ti,hwmods = "ecap0"; status = "disabled"; }; @@ -615,6 +617,8 @@ compatible = "ti,am33xx-ecap"; #pwm-cells = <3>; reg = <0x48302100 0x80>; + interrupts = <47>; + interrupt-names = "ecap1"; ti,hwmods = "ecap1"; status = "disabled"; }; @@ -643,6 +647,8 @@ compatible = "ti,am33xx-ecap"; #pwm-cells = <3>; reg = <0x48304100 0x80>; + interrupts = <61>; + interrupt-names = "ecap2"; ti,hwmods = "ecap2"; status = "disabled"; }; |