summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/nvidia/tegra20-seaboard.dts
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2023-07-17 19:33:27 +0300
committerThierry Reding <treding@nvidia.com>2023-07-21 17:02:29 +0300
commit9766116a12c882db802bb29fc28a3dfc2431c442 (patch)
tree87ac9876d505e935804ef4042176915258a83a42 /arch/arm/boot/dts/nvidia/tegra20-seaboard.dts
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 (diff)
downloadlinux-9766116a12c882db802bb29fc28a3dfc2431c442.tar.xz
ARM: tegra: Remove dmas and dma-names for debug UART
The debug UART doesn't support DMA and the DT bindings prohibit the use of the dmas and dma-names properties for it, so remove them. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/nvidia/tegra20-seaboard.dts')
-rw-r--r--arch/arm/boot/dts/nvidia/tegra20-seaboard.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nvidia/tegra20-seaboard.dts b/arch/arm/boot/dts/nvidia/tegra20-seaboard.dts
index bd4ff8b40b20..e944ae9b86c2 100644
--- a/arch/arm/boot/dts/nvidia/tegra20-seaboard.dts
+++ b/arch/arm/boot/dts/nvidia/tegra20-seaboard.dts
@@ -324,6 +324,8 @@
};
serial@70006300 {
+ /delete-property/ dmas;
+ /delete-property/ dma-names;
status = "okay";
};