]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - drivers/clk/clk.c
clk: add of_clk_src_onecell_get() support
authorShawn Guo <shawn.guo@linaro.org>
Wed, 22 Aug 2012 13:36:27 +0000 (21:36 +0800)
committerMike Turquette <mturquette@linaro.org>
Sat, 8 Sep 2012 01:30:19 +0000 (18:30 -0700)
commit494bfec99922d54054d2d0873f1017680cfc3f13
tree45697d25099ec0a8790ab77451254d29b2b6ce21
parent09b9b2b204751fc23d245d57d420f4973db22a67
clk: add of_clk_src_onecell_get() support

For those SoCs that have hundreds of clock outputs, their clock
DT bindings could reasonably define #clock-cells as 1 and require
the client device specify the index of the clock it consumes in the
cell of its "clocks" phandle.

Add a generic of_clk_src_onecell_get() function for this purpose.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/clk.c
include/linux/clk-provider.h