ARM: dts: am33xx: Drop interrupt property from ecap nodes
authorLokesh Vutla <lokeshvutla@ti.com>
Tue, 1 Jun 2021 09:24:57 +0000 (14:54 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 11 Jun 2021 07:29:10 +0000 (10:29 +0300)
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>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am33xx-l4.dtsi

index d86f5c3..859e760 100644 (file)
                                        reg = <0x100 0x80>;
                                        clocks = <&l4ls_gclk>;
                                        clock-names = "fck";
-                                       interrupts = <31>;
-                                       interrupt-names = "ecap0";
                                        status = "disabled";
                                };
 
                                        reg = <0x100 0x80>;
                                        clocks = <&l4ls_gclk>;
                                        clock-names = "fck";
-                                       interrupts = <47>;
-                                       interrupt-names = "ecap1";
                                        status = "disabled";
                                };
 
                                        reg = <0x100 0x80>;
                                        clocks = <&l4ls_gclk>;
                                        clock-names = "fck";
-                                       interrupts = <61>;
-                                       interrupt-names = "ecap2";
                                        status = "disabled";
                                };