Commit 9766116a authored by Thierry Reding's avatar Thierry Reding
Browse files

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: default avatarThierry Reding <treding@nvidia.com>
parent 06c2afb8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -271,6 +271,8 @@ serial@70006200 {
	};

	serial@70006300 {
		/delete-property/ dmas;
		/delete-property/ dma-names;
		status = "okay";
	};

+2 −0
Original line number Diff line number Diff line
@@ -755,6 +755,8 @@ drive_gma {
	};

	serial@70006300 {
		/delete-property/ dmas;
		/delete-property/ dma-names;
		status = "okay";
	};

+2 −0
Original line number Diff line number Diff line
@@ -779,6 +779,8 @@ drive_gma {

	/* Usable on reworked devices only */
	serial@70006300 {
		/delete-property/ dmas;
		/delete-property/ dma-names;
		status = "okay";
	};

+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@ panel@0 {
	};

	serial@70006300 {
		/delete-property/ dmas;
		/delete-property/ dma-names;
		status = "okay";
	};

+2 −0
Original line number Diff line number Diff line
@@ -52,6 +52,8 @@ pex-perst-n-hog {

	/* Apalis UART1 */
	serial@70006000 {
		/delete-property/ dmas;
		/delete-property/ dma-names;
		status = "okay";
	};

Loading