Re: [PATCH v1 02/14] clk: twl6040: Register the clock as of_clk_provider

2016-08-15 Thread Stephen Boyd
On 05/30, Peter Ujfalusi wrote: > In order ot be able to use the pdmclk clock via DT it need to be registered > as of_clk_provide. > Since the twl6040 clock driver does not have it's own DT node, use the > parent's node for registering. > > Signed-off-by: Peter Ujfalusi >

Re: [PATCH v1 02/14] clk: twl6040: Register the clock as of_clk_provider

2016-08-15 Thread Stephen Boyd
On 05/30, Peter Ujfalusi wrote: > In order ot be able to use the pdmclk clock via DT it need to be registered > as of_clk_provide. > Since the twl6040 clock driver does not have it's own DT node, use the > parent's node for registering. > > Signed-off-by: Peter Ujfalusi > --- Applied to

[PATCH v1 02/14] clk: twl6040: Register the clock as of_clk_provider

2016-05-30 Thread Peter Ujfalusi
In order ot be able to use the pdmclk clock via DT it need to be registered as of_clk_provide. Since the twl6040 clock driver does not have it's own DT node, use the parent's node for registering. Signed-off-by: Peter Ujfalusi --- drivers/clk/clk-twl6040.c | 3 ++- 1 file

[PATCH v1 02/14] clk: twl6040: Register the clock as of_clk_provider

2016-05-30 Thread Peter Ujfalusi
In order ot be able to use the pdmclk clock via DT it need to be registered as of_clk_provide. Since the twl6040 clock driver does not have it's own DT node, use the parent's node for registering. Signed-off-by: Peter Ujfalusi --- drivers/clk/clk-twl6040.c | 3 ++- 1 file changed, 2