diff options
author | Sekhar Nori <nsekhar@ti.com> | 2018-07-04 12:44:32 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2018-07-10 13:02:41 +0300 |
commit | 3117c17301edce7583843bdee513e201bb69c37c (patch) | |
tree | 2a4c45d84360822be9019d606c1a3e42e72ef29e /arch/arm/boot/dts | |
parent | 6e2d4b4f3a711a9e6bdb238818c545ef91036ce5 (diff) | |
download | linux-3117c17301edce7583843bdee513e201bb69c37c.tar.xz |
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: David Lechner <david@lechnology.com>
Tested-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/da850.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 24865ed6f4e4..ab976aa91fae 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -639,6 +639,7 @@ interrupts = <58>; #dma-cells = <2>; #dma-channels = <4>; + power-domains = <&psc1 1>; status = "okay"; }; }; |