Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8c85a3e authored by Matt Porter's avatar Matt Porter Committed by Tony Lindgren
Browse files

ARM: dts: AM33XX: Add ecap interrupt properties



Add missing interrupt properties to the ecap0, ecap1, and ecap2
nodes.

Signed-off-by: default avatarMatt Porter <mporter@linaro.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8d766fa2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
			};