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

ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name

Fix a typo in the TX DMA interrupt name for AUART4.
This patch makes AUART4 operational again.

Signed-off-by: Marek Vasut <marex@denx.de>
Fixes: f30fb03d4d3a ("ARM: dts: add generic DMA device tree binding for mxs-dma")
Cc: stable@vger.kernel.org
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

authored by

Marek Vasut and committed by
Shawn Guo
4ada77e3 f90d3f0d

+2 -2
+1 -1
Documentation/devicetree/bindings/dma/fsl-mxs-dma.txt
··· 38 38 80 81 68 69 39 39 70 71 72 73 40 40 74 75 76 77>; 41 - interrupt-names = "auart4-rx", "aurat4-tx", "spdif-tx", "empty", 41 + interrupt-names = "auart4-rx", "auart4-tx", "spdif-tx", "empty", 42 42 "saif0", "saif1", "i2c0", "i2c1", 43 43 "auart0-rx", "auart0-tx", "auart1-rx", "auart1-tx", 44 44 "auart2-rx", "auart2-tx", "auart3-rx", "auart3-tx";
+1 -1
arch/arm/boot/dts/imx28.dtsi
··· 913 913 80 81 68 69 914 914 70 71 72 73 915 915 74 75 76 77>; 916 - interrupt-names = "auart4-rx", "aurat4-tx", "spdif-tx", "empty", 916 + interrupt-names = "auart4-rx", "auart4-tx", "spdif-tx", "empty", 917 917 "saif0", "saif1", "i2c0", "i2c1", 918 918 "auart0-rx", "auart0-tx", "auart1-rx", "auart1-tx", 919 919 "auart2-rx", "auart2-tx", "auart3-rx", "auart3-tx";