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 <[email protected]> > Cc: Jerome Brunet <[email protected]> > Cc: Russell King <[email protected]> > Cc: Michael Turquette <[email protected]> > Cc: Jeffrey Hugo <[email protected]> > Cc: Chen-Yu Tsai <[email protected]> > Signed-off-by: Stephen Boyd <[email protected]> > ---
Applied to clk-next

