From 8fdf97141d88bcbb02ed6b79a7fe47eeb2d65558 Mon Sep 17 00:00:00 2001 From: Vedant Deshpande Date: Thu, 11 Jul 2024 17:11:00 +0000 Subject: [PATCH] arm64: tegra: Add DMA properties for Tegra234 UARTA Adding the missing dmas and dma-names properties which are required for UARTA when using with the Tegra HSUART driver. Signed-off-by: Vedant Deshpande Reviewed-by: Jon Hunter Signed-off-by: Thierry Reding Bug 4707773 Change-Id: I3b952cf72b534e9478c2e679ab0f58b4d837bfaf Signed-off-by: Brad Griffis Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3207076 GVS: buildbot_gerritrpt Reviewed-by: Jon Hunter --- tegra234.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tegra234.dtsi b/tegra234.dtsi index f2e2d8d..ce7d4e1 100644 --- a/tegra234.dtsi +++ b/tegra234.dtsi @@ -2763,6 +2763,8 @@ interrupts = ; clocks = <&bpmp TEGRA234_CLK_UARTA>; resets = <&bpmp TEGRA234_RESET_UARTA>; + dmas = <&gpcdma 8>, <&gpcdma 8>; + dma-names = "rx", "tx"; status = "disabled"; };