lkml.org 
[lkml]   [2018]   [Feb]   [9]   [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 Saturday 20 January 2018 10:44 PM, David Lechner wrote:
    > diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
    > index c66cf78..7f4acd7 100644
    > --- a/arch/arm/boot/dts/da850.dtsi
    > +++ b/arch/arm/boot/dts/da850.dtsi
    > @@ -21,6 +21,36 @@
    > #interrupt-cells = <1>;
    > ti,intc-size = <101>;
    > reg = <0xfffee000 0x2000>;
    > + clocks = <&psc0 6>;
    > + };
    > + };
    > + clocks: clocks {
    > + ref_clk: ref_clk {
    > + compatible = "fixed-clock";
    > + #clock-cells = <0>;
    > + clock-frequency = <24000000>;
    > + clock-output-names = "ref_clk";
    > + };

    The ref_clk clock-frequency should rather be added in each board file
    since its not fixed by the SoC. In general we dont want any SoC defined
    properties to be overwritten by board files (except the status = property).

    Thanks,
    Sekhar

    \
     
     \ /
      Last update: 2018-02-09 13:48    [W:4.151 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site