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

ARM: dts: imx6sx: Drop dma-apb interrupt-names

Drop "interrupt-names" property, since it is broken. The drivers/dma/mxs-dma.c
in Linux kernel does not use it, the property contains duplicate array entries
in existing DTs, and even malformed entries (gmpi, should have been gpmi). Get
rid of that optional property altogether.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Marek Vasut and committed by
Shawn Guo
16d194d2 5dd1cf3a

-1
-1
arch/arm/boot/dts/imx6sx.dtsi
··· 216 216 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>, 217 217 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>, 218 218 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>; 219 - interrupt-names = "gpmi0", "gpmi1", "gpmi2", "gpmi3"; 220 219 #dma-cells = <1>; 221 220 dma-channels = <4>; 222 221 clocks = <&clks IMX6SX_CLK_APBH_DMA>;