mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 12:24:37 -04:00
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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Message-Id: <20220503065201.51818-7-krzysztof.kozlowski@linaro.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
committed by
Tony Lindgren
parent
f960b54b6f
commit
e4edfeaf6b
@@ -167,8 +167,11 @@ cppi41dma: dma-controller@47402000 {
|
||||
interrupts = <17>;
|
||||
interrupt-names = "glue";
|
||||
#dma-cells = <2>;
|
||||
/* For backwards compatibility: */
|
||||
#dma-channels = <30>;
|
||||
dma-channels = <30>;
|
||||
#dma-requests = <256>;
|
||||
dma-requests = <256>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -655,8 +655,11 @@ cppi41dma: dma-controller@47402000 {
|
||||
interrupts = <17>;
|
||||
interrupt-names = "glue";
|
||||
#dma-cells = <2>;
|
||||
/* For backwards compatibility: */
|
||||
#dma-channels = <30>;
|
||||
dma-channels = <30>;
|
||||
#dma-requests = <256>;
|
||||
dma-requests = <256>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user