diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2021-06-01 14:54:57 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-06-11 10:29:10 +0300 |
commit | 6320b2aee8b46b7a6468a02a38d1815b263ebc38 (patch) | |
tree | 3623a306562e0e4d31b7caff8bf2a5799f531d99 /arch/arm/boot | |
parent | 61edd91c262b4cdc92d95769509434ec24a8fe2a (diff) | |
download | lwn-6320b2aee8b46b7a6468a02a38d1815b263ebc38.tar.gz lwn-6320b2aee8b46b7a6468a02a38d1815b263ebc38.zip |
ARM: dts: am33xx: Drop interrupt property from ecap nodes
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/am33xx-l4.dtsi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/am33xx-l4.dtsi b/arch/arm/boot/dts/am33xx-l4.dtsi index d86f5c3cb533..859e760df4c8 100644 --- a/arch/arm/boot/dts/am33xx-l4.dtsi +++ b/arch/arm/boot/dts/am33xx-l4.dtsi @@ -2001,8 +2001,6 @@ reg = <0x100 0x80>; clocks = <&l4ls_gclk>; clock-names = "fck"; - interrupts = <31>; - interrupt-names = "ecap0"; status = "disabled"; }; @@ -2060,8 +2058,6 @@ reg = <0x100 0x80>; clocks = <&l4ls_gclk>; clock-names = "fck"; - interrupts = <47>; - interrupt-names = "ecap1"; status = "disabled"; }; @@ -2119,8 +2115,6 @@ reg = <0x100 0x80>; clocks = <&l4ls_gclk>; clock-names = "fck"; - interrupts = <61>; - interrupt-names = "ecap2"; status = "disabled"; }; |