diff options
author | Suman Anna <s-anna@ti.com> | 2021-05-18 12:36:42 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-05-27 15:12:16 +0300 |
commit | 71f729ef73ce68de35f15b6ce9c257a4140bec04 (patch) | |
tree | fe90c3d8c41360f438c9f19c0611e3f5bae9fd8b /arch/arm | |
parent | 40a95e2915e3f08145c82507a0df046793810adb (diff) | |
download | linux-71f729ef73ce68de35f15b6ce9c257a4140bec04.tar.bz2 |
ARM: dts: OMAP2420: Drop interrupt-names from mailbox node
The interrupt-names property is neither defined nor used in either
of the OMAP Mailbox binding or the driver. So, drop them. This is
in preparation for converting the OMAP Mailbox binding to YAML
format.
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap2420.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap2420.dtsi b/arch/arm/boot/dts/omap2420.dtsi index 494bf6972005..35f8d1f6878e 100644 --- a/arch/arm/boot/dts/omap2420.dtsi +++ b/arch/arm/boot/dts/omap2420.dtsi @@ -192,7 +192,6 @@ compatible = "ti,omap2-mailbox"; reg = <0x48094000 0x200>; interrupts = <26>, <34>; - interrupt-names = "dsp", "iva"; ti,hwmods = "mailbox"; #mbox-cells = <1>; ti,mbox-num-users = <4>; |