commit | 994deaae37a05bfe59aded7bb176092fb849c5b4 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Mon May 30 11:55:10 2016 +0300 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Aug 15 12:09:52 2016 -0700 |
tree | 5d630d2c094f7fdeae32dfac92f741f83dc33a0c | |
parent | 225ff4e87ab2ceca4d4db05a5930a8c7ad16d754 [diff] |
clk: twl6040: Register the clock as of_clk_provider 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 <peter.ujfalusi@ti.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>