diff mbox series

[3/3] ARM: dts: am33xx: Drop interrupt property from ecap nodes

Message ID 20210601092457.5039-4-lokeshvutla@ti.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: ti: Fix DT warnings for ecap nodes | expand

Commit Message

Lokesh Vutla June 1, 2021, 9:24 a.m. UTC
Interrupts were never supported by ecap driver and the bindings
were never documented.Therefore drop the entries in preparation
to moving bindings to YAML schema.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 arch/arm/boot/dts/am33xx-l4.dtsi | 6 ------
 1 file changed, 6 deletions(-)

Comments

Grygorii Strashko June 1, 2021, 1:07 p.m. UTC | #1
On 01/06/2021 12:24, Lokesh Vutla wrote:
> Interrupts were never supported by ecap driver and the bindings
> were never documented.Therefore drop the entries in preparation
> to moving bindings to YAML schema.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> ---
>   arch/arm/boot/dts/am33xx-l4.dtsi | 6 ------
>   1 file changed, 6 deletions(-)
> 

Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/am33xx-l4.dtsi b/arch/arm/boot/dts/am33xx-l4.dtsi
index 6359416b0fa7..50c79e59eecb 100644
--- a/arch/arm/boot/dts/am33xx-l4.dtsi
+++ b/arch/arm/boot/dts/am33xx-l4.dtsi
@@ -2001,8 +2001,6 @@  ecap0: pwm@100 {
 					reg = <0x100 0x80>;
 					clocks = <&l4ls_gclk>;
 					clock-names = "fck";
-					interrupts = <31>;
-					interrupt-names = "ecap0";
 					status = "disabled";
 				};
 
@@ -2060,8 +2058,6 @@  ecap1: pwm@100 {
 					reg = <0x100 0x80>;
 					clocks = <&l4ls_gclk>;
 					clock-names = "fck";
-					interrupts = <47>;
-					interrupt-names = "ecap1";
 					status = "disabled";
 				};
 
@@ -2119,8 +2115,6 @@  ecap2: pwm@100 {
 					reg = <0x100 0x80>;
 					clocks = <&l4ls_gclk>;
 					clock-names = "fck";
-					interrupts = <61>;
-					interrupt-names = "ecap2";
 					status = "disabled";
 				};