Re: [PATCH v4 8/9] clk: Allow parents to be specified via clkspec index

2019-04-19 Thread Stephen Boyd
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'

[PATCH v4 8/9] clk: Allow parents to be specified via clkspec index

2019-04-12 Thread Stephen Boyd
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 g