Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Suman Anna and committed by
Tony Lindgren
71f729ef 40a95e29

-1
-1
arch/arm/boot/dts/omap2420.dtsi
··· 192 192 compatible = "ti,omap2-mailbox"; 193 193 reg = <0x48094000 0x200>; 194 194 interrupts = <26>, <34>; 195 - interrupt-names = "dsp", "iva"; 196 195 ti,hwmods = "mailbox"; 197 196 #mbox-cells = <1>; 198 197 ti,mbox-num-users = <4>;