Commit 3117c173 authored by Sekhar Nori's avatar Sekhar Nori
Browse files

ARM: dts: da850: Add power-domains to CPPI 4.1 node



This adds the power-domains property to CPPI 4.1 node.

The CPPI 4.1 DMA driver uses pm_runtime to manage the clocks,
so it needs this property in order to find and enable the clock
properly.

Reviewed-by: default avatarDavid Lechner <david@lechnology.com>
Tested-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 6e2d4b4f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -639,6 +639,7 @@ cppi41dma: dma-controller@201000 {
				interrupts = <58>;
				#dma-cells = <2>;
				#dma-channels = <4>;
				power-domains = <&psc1 1>;
				status = "okay";
			};
		};