On Sat, 30 Nov 2013 23:51:23 +0100 Gerhard Sittig <gsi@xxxxxxx> wrote: > this addresses the clock driver aka provider's side of clocks > - introduce a 'clocks' subtree with an 'osc' node for the crystal > or oscillator SoC input (fixed frequency) > - the 'clock@f00' clock-control-module node references the 'osc' for > its input, and is another provider for all the clocks which the > CCM component manages > - prepare for future references to clocks from peripheral nodes > by means of the <&clks ID> syntax and symbolic ID names which a > header file provides > - provide default values with 33MHz oscillator frequency in the > common include (the 66MHz IPS bus already was there), and add > override values for the ifm AC14xx board which deviates from > the reference design (25MHz xtal, 80MHz IPS bus) > > Cc: Rob Herring <rob.herring@xxxxxxxxxxx> > Cc: Pawel Moll <pawel.moll@xxxxxxx> > Cc: Mark Rutland <mark.rutland@xxxxxxx> > Cc: Stephen Warren <swarren@xxxxxxxxxxxxx> > Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> > Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > Cc: devicetree@xxxxxxxxxxxxxxx > Reviewed-by: Mike Turquette <mturquette@xxxxxxxxxx> # for v3, before &osc > Signed-off-by: Gerhard Sittig <gsi@xxxxxxx> > --- > arch/powerpc/boot/dts/ac14xx.dts | 7 +++++++ > arch/powerpc/boot/dts/mpc5121.dtsi | 18 +++++++++++++++++- > 2 files changed, 24 insertions(+), 1 deletion(-) applied to next. Thanks! Anatolij -- 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