diff options
author | Stephen Boyd <sboyd@kernel.org> | 2019-04-12 21:31:49 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-04-20 00:53:19 +0300 |
commit | 601b6e93304a65f8f7c37168763ab9ba5b195ce5 (patch) | |
tree | 614df84355a990933b5b07955761c7fcb568ca03 /net/sctp | |
parent | dde4eff47c82c52a72af333d9e55370eee6d95d6 (diff) | |
download | linux-601b6e93304a65f8f7c37168763ab9ba5b195ce5.tar.xz |
clk: Allow parents to be specified via clkspec index
Some clk providers are simple DT nodes that only have a 'clocks'
property without having an associated 'clock-names' property. In these
cases, we want to let these clk providers point to their parent clks
without having to dereference the 'clocks' property at probe time to
figure out the parent's globally unique clk name. Let's add an 'index'
property to the parent_data structure so that clk providers can indicate
that their parent is a particular index in the 'clocks' DT property.
Cc: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Jerome Brunet <jbrunet@baylibre.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Jeffrey Hugo <jhugo@codeaurora.org>
Cc: Chen-Yu Tsai <wens@csie.org>
Tested-by: Jeffrey Hugo <jhugo@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'net/sctp')
0 files changed, 0 insertions, 0 deletions