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>
This commit is contained in:
committed by
Tony Lindgren
parent
8d766fa29f
commit
e8c85a3ea9
@@ -587,6 +587,8 @@
|
|||||||
compatible = "ti,am33xx-ecap";
|
compatible = "ti,am33xx-ecap";
|
||||||
#pwm-cells = <3>;
|
#pwm-cells = <3>;
|
||||||
reg = <0x48300100 0x80>;
|
reg = <0x48300100 0x80>;
|
||||||
|
interrupts = <31>;
|
||||||
|
interrupt-names = "ecap0";
|
||||||
ti,hwmods = "ecap0";
|
ti,hwmods = "ecap0";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
@@ -615,6 +617,8 @@
|
|||||||
compatible = "ti,am33xx-ecap";
|
compatible = "ti,am33xx-ecap";
|
||||||
#pwm-cells = <3>;
|
#pwm-cells = <3>;
|
||||||
reg = <0x48302100 0x80>;
|
reg = <0x48302100 0x80>;
|
||||||
|
interrupts = <47>;
|
||||||
|
interrupt-names = "ecap1";
|
||||||
ti,hwmods = "ecap1";
|
ti,hwmods = "ecap1";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
@@ -643,6 +647,8 @@
|
|||||||
compatible = "ti,am33xx-ecap";
|
compatible = "ti,am33xx-ecap";
|
||||||
#pwm-cells = <3>;
|
#pwm-cells = <3>;
|
||||||
reg = <0x48304100 0x80>;
|
reg = <0x48304100 0x80>;
|
||||||
|
interrupts = <61>;
|
||||||
|
interrupt-names = "ecap2";
|
||||||
ti,hwmods = "ecap2";
|
ti,hwmods = "ecap2";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user