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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html