Re: [PATCH 1/2] clk: qcom: common: fix legacy board-clock registration

2017-11-14 Thread Stephen Boyd
On 11/11, Johan Hovold wrote: > Make sure to search only the child nodes of "/clocks", rather than the > whole device-tree depth-first starting at "/clocks" when determining > whether to register a fixed clock in the legacy board-clock registration > helper. > > Fixes: ee15faffef11 ("clk: qcom: co

[PATCH 1/2] clk: qcom: common: fix legacy board-clock registration

2017-11-11 Thread Johan Hovold
Make sure to search only the child nodes of "/clocks", rather than the whole device-tree depth-first starting at "/clocks" when determining whether to register a fixed clock in the legacy board-clock registration helper. Fixes: ee15faffef11 ("clk: qcom: common: Add API to register board clocks ba