[PATCH v8 42/42] ARM: dts: da850: Add clocks
David Lechner
david at lechnology.com
Fri Mar 16 10:20:02 PDT 2018
On 03/15/2018 09:52 PM, David Lechner wrote:
> This adds clock provider nodes for da850 and wires them up to all of the
> devices.
>
> Signed-off-by: David Lechner <david at lechnology.com>
> ---
...
This is the mcasp0: mcasp at 100000 node...
> @@ -560,6 +720,7 @@
> dmas = <&edma0 1 1>,
> <&edma0 0 1>;
> dma-names = "tx", "rx";
> + clocks = <&psc1 7>;
After some testing, it looks like it needs to be:
+ power-domains = <&psc1 7>;
instead of
+ clocks = <&psc1 7>;
> };
>
> lcdc: display at 213000 {
More information about the linux-arm-kernel
mailing list