clk: bcm2835: probe for fixed-clock in device tree
authorStephen Warren <swarren@wwwdotorg.org>
Tue, 25 Dec 2012 04:55:01 +0000 (21:55 -0700)
committerStephen Warren <swarren@wwwdotorg.org>
Tue, 15 Jan 2013 04:46:59 +0000 (21:46 -0700)
commit526d239c301e6cb7fe6657642c43d6c524590745
treeace90967411bf1a61b1a0baf9acaace67ff71d4a
parent9931faca02c604c22335f5a935a501bb2ace6e20
clk: bcm2835: probe for fixed-clock in device tree

This will allow fixed-clocks to be registered in device tree, which in
turn will allow clock clients to look up their clocks in device tree.
The first driver to use this feature will be the bcm2835 SDHCI/MMC
driver. In the long run, it is likely these fixed clocks will be
replaced with an actual clock implementation which speaks to the
VideoCore processor, but this change should be transparent to clock
consumers.

Cc: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
drivers/clk/clk-bcm2835.c
This page took 0.042625 seconds and 5 git commands to generate.