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

ARM: dts: imx6ul: 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
f97f6353 16d194d2

-1
-1
arch/arm/boot/dts/imx6ul.dtsi
··· 171 171 <0 13 IRQ_TYPE_LEVEL_HIGH>, 172 172 <0 13 IRQ_TYPE_LEVEL_HIGH>, 173 173 <0 13 IRQ_TYPE_LEVEL_HIGH>; 174 - interrupt-names = "gpmi0", "gpmi1", "gpmi2", "gpmi3"; 175 174 #dma-cells = <1>; 176 175 dma-channels = <4>; 177 176 clocks = <&clks IMX6UL_CLK_APBHDMA>;