]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: imx6qdl: Drop dma-apb interrupt-names
authorMarek Vasut <marex@denx.de>
Sat, 17 Dec 2022 01:08:50 +0000 (02:08 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sun, 1 Jan 2023 03:32:53 +0000 (11:32 +0800)
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>
arch/arm/boot/dts/imx6qdl.dtsi

index 132eba70caebc34e9d30576e61bdc75a56a64d41..41e08fa23ccec5fb12de7129669274cc5d07cf49 100644 (file)
                                     <0 13 IRQ_TYPE_LEVEL_HIGH>,
                                     <0 13 IRQ_TYPE_LEVEL_HIGH>,
                                     <0 13 IRQ_TYPE_LEVEL_HIGH>;
-                       interrupt-names = "gpmi0", "gpmi1", "gpmi2", "gpmi3";
                        #dma-cells = <1>;
                        dma-channels = <4>;
                        clocks = <&clks IMX6QDL_CLK_APBH_DMA>;