diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-05-16 16:28:56 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2022-05-27 16:07:34 +0200 |
commit | 22a798d7b234c651f05cd37b487ac8071d0f4936 (patch) | |
tree | 405a53cc98b071c256dd8b4c871e6639afd4366a | |
parent | 286b8073541ba8a295620c64ab9827f5153ad19b (diff) |
ARM: dts: da850: use new 'dma-channels' property
The '#dma-channels' property was deprecated in favor of one defined by
generic dma-common DT bindings. Add new property while keeping old one
for backwards compatibility.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/da850.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index c3942b4e82ad..0386376fa486 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -679,7 +679,9 @@ "scheduler", "queuemgr"; interrupts = <58>; #dma-cells = <2>; + /* For backwards compatibility: */ #dma-channels = <4>; + dma-channels = <4>; power-domains = <&psc1 1>; status = "okay"; }; |