commit | 8e56133e5c7b7a7a97f6a92d92f664d5ecd30745 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Fri May 12 16:25:30 2017 +0200 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu Jun 01 00:47:50 2017 -0700 |
tree | a780a6e342717d7df517def12298dc81b26746a2 | |
parent | ad14972422899b620fb594789824f0871dfb788c [diff] |
clk: at91: fix clk-generated parenting clk_generated_startup is called after clk_hw_register. So the first call to get_parent will not have the correct value (i.e. 0) and because this is cached, it may never be updated. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Fixes: df70aeef6083 ("clk: at91: add generated clock driver") Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>