ARM: dts: OMAP2420: Drop interrupt-names from mailbox node
authorSuman Anna <s-anna@ti.com>
Tue, 18 May 2021 17:36:42 +0000 (12:36 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 27 May 2021 12:12:16 +0000 (15:12 +0300)
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>
arch/arm/boot/dts/omap2420.dtsi

index 494bf69..35f8d1f 100644 (file)
                        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>;