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

ARM: dts: am33xx: 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-5-krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 29a5f5f0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -461,8 +461,11 @@
				interrupts = <17>;
				interrupt-names = "glue";
				#dma-cells = <2>;
				/* For backwards compatibility: */
				#dma-channels = <30>;
				dma-channels = <30>;
				#dma-requests = <256>;
				dma-requests = <256>;
			};
		};