]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: tegra: Add dmas and dma-names for Tegra234 UARTE
authorThierry Reding <treding@nvidia.com>
Thu, 17 Aug 2023 14:14:06 +0000 (16:14 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 10 Oct 2023 15:37:35 +0000 (17:37 +0200)
Commit 940acdac99b2 ("arm64: tegra: Add UARTE device tree node on
Tegra234") added the device tree node for the UARTE on Tegra234 but
didn't include the "dmas" and "dma-names" properties required for this
device when it's used in high-speed mode.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra234.dtsi

index 923850ca677182d47e40cf0314018c2143efe021..f8e23bbeacfab1bd38d82c4dc06999beca057f5a 100644 (file)
                        interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&bpmp TEGRA234_CLK_UARTE>;
                        resets = <&bpmp TEGRA234_RESET_UARTE>;
+                       dmas = <&gpcdma 20>, <&gpcdma 20>;
+                       dma-names = "rx", "tx";
                        status = "disabled";
                };