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

ARM: dts: imx6qdl: 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
5dd1cf3a b0bb7933

-1
-1
arch/arm/boot/dts/imx6qdl.dtsi
··· 157 157 <0 13 IRQ_TYPE_LEVEL_HIGH>, 158 158 <0 13 IRQ_TYPE_LEVEL_HIGH>, 159 159 <0 13 IRQ_TYPE_LEVEL_HIGH>; 160 - interrupt-names = "gpmi0", "gpmi1", "gpmi2", "gpmi3"; 161 160 #dma-cells = <1>; 162 161 dma-channels = <4>; 163 162 clocks = <&clks IMX6QDL_CLK_APBH_DMA>;