]> git.karo-electronics.de Git - karo-tx-linux.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)
commit7a0fc1a3df82d29e00b4c9f88a6b37450d6711f1
tree2489148971978cbf398fea553c8ef5773e9aa121
parent29d43ddf7355b8f93fa9b5d18a605dd8517bed71
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