Re: [U-Boot] [PATCH v3] dm: clk: Remove simple version of clk_get_by_index/name()

2016-07-22 Thread Simon Glass
On 19 July 2016 at 00:21, Michal Simek wrote: > Simple version of clk_get_by_index() added by: > "dm: clk: Add a simple version of clk_get_by_index()" > (sha1: a4b10c088c4f6ef2e2bba33e8cfea369bcbbce44) > is only working for #clock-cells=<1> but not for > any other values.

[U-Boot] [PATCH v3] dm: clk: Remove simple version of clk_get_by_index/name()

2016-07-19 Thread Michal Simek
Simple version of clk_get_by_index() added by: "dm: clk: Add a simple version of clk_get_by_index()" (sha1: a4b10c088c4f6ef2e2bba33e8cfea369bcbbce44) is only working for #clock-cells=<1> but not for any other values. Fixed clocks is using #clock-cells=<0> which requires full implementation.