]> git.baikalelectronics.ru Git - kernel.git/commit
clk: add clock-indices support
authorBen Dooks <ben.dooks@codethink.co.uk>
Thu, 13 Feb 2014 18:02:49 +0000 (18:02 +0000)
committerMike Turquette <mturquette@linaro.org>
Sun, 23 Feb 2014 20:40:20 +0000 (12:40 -0800)
commit5c2df0a8fbc85dfe7058e8966e79699ad62bd289
tree2489148971978cbf398fea553c8ef5773e9aa121
parent6d4beb2608ed2d0559f4f6a81016c662f69100d4
clk: add clock-indices support

Add a property called clock-indices to allow clock-output-names
to be used where the index used to lookup a clock is not a 1:1
mapping to the array position in the clock-output-names

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Documentation/devicetree/bindings/clock/clock-bindings.txt
drivers/clk/clk.c