Commit e4edfeaf authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Tony Lindgren
Browse files

ARM: dts: dm81xx: use new 'dma-channels/requests' properties



The '#dma-channels' and '#dma-requests' properties were deprecated in
favor of these defined by generic dma-common DT bindings.  Add new
properties while keeping old ones for backwards compatibility.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Message-Id: <20220503065201.51818-7-krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f960b54b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -167,8 +167,11 @@
				interrupts = <17>;
				interrupt-names = "glue";
				#dma-cells = <2>;
				/* For backwards compatibility: */
				#dma-channels = <30>;
				dma-channels = <30>;
				#dma-requests = <256>;
				dma-requests = <256>;
			};
		};

+3 −0
Original line number Diff line number Diff line
@@ -655,8 +655,11 @@
				interrupts = <17>;
				interrupt-names = "glue";
				#dma-cells = <2>;
				/* For backwards compatibility: */
				#dma-channels = <30>;
				dma-channels = <30>;
				#dma-requests = <256>;
				dma-requests = <256>;
			};
		};