]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: nxp: imx6ull: add dma support for uart8
authorSean Nyekjaer <sean@geanix.com>
Wed, 18 Sep 2024 12:07:43 +0000 (14:07 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 16 Oct 2024 08:49:12 +0000 (16:49 +0800)
Add dma support on uart8.

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6ull.dtsi

index 8a1776067ecc35a166d2a690b62987615ffeaa4f..db0c339022accd8cd3fde95bce2dce3b13faee10 100644 (file)
@@ -88,6 +88,8 @@
                                clocks = <&clks IMX6UL_CLK_UART8_IPG>,
                                         <&clks IMX6UL_CLK_UART8_SERIAL>;
                                clock-names = "ipg", "per";
+                               dmas = <&sdma 45 4 0>, <&sdma 46 4 0>;
+                               dma-names = "rx", "tx";
                                status = "disabled";
                        };
                };