lkml.org 
[lkml]   [2018]   [Jan]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v6 41/41] ARM: dts: da850: Add clocks
From
Date
On 01/20/2018 11:14 AM, 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@lechnology.com>
> ---
>
> v6 changes:
> - updated for device tree bindings changes earlier in this series
> - use single async2 clock instead of duplicate fixed factor clocks
> - add clock-names property to mdio node
>
> arch/arm/boot/dts/da850.dtsi | 162 +++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 162 insertions(+)
>
> diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi

...

> + psc1: clock-controller@227000 {
> + compatible = "ti,da850-psc1";
> + reg = <0x227000 0x1000>;
> + #clock-cells = <1>;
> + clocks = <&pll0_sysclk 2>, <&pll0_sysclk 4>,
> + <&async3_clk>;
> + clock_names = "pll0_sysclk2", "pll0_sysclk4", "async3";

Should be clock-names, not clock_names

> };

\
 
 \ /
  Last update: 2018-01-24 05:09    [W:0.681 / U:0.208 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site