Quoting Stephen Boyd (2019-04-12 11:31:49) > 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.ray...@bootlin.com> > Cc: Jerome Brunet <jbru...@baylibre.com> > Cc: Russell King <li...@armlinux.org.uk> > Cc: Michael Turquette <mturque...@baylibre.com> > Cc: Jeffrey Hugo <jh...@codeaurora.org> > Cc: Chen-Yu Tsai <w...@csie.org> > Signed-off-by: Stephen Boyd <sb...@kernel.org> > ---
Applied to clk-next