clk: si5351: Do not enable parent clocks on probe
authorSergej Sawazki <ce3a@gmx.de>
Tue, 25 Jul 2017 18:32:11 +0000 (20:32 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 22 Dec 2017 02:12:27 +0000 (18:12 -0800)
commit1fffaf6aed88671b458c66891f66c914d5bd148d
tree9eacd158698ad9b731870f1a5443a77185584b7a
parentcdba9a4fb0b53703959ac861e415816cb61aded4
clk: si5351: Do not enable parent clocks on probe

The si5351 driver should not prepare or enable other clocks in the tree on
probe. Let the clients decide when to prepare or enable the clocks.

Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Rabeeh Khoury <rabeeh@solid-run.com>
Signed-off-by: Sergej Sawazki <ce3a@gmx.de>
[sboyd@codeaurora.org: Remove most of the .remove function too]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-si5351.c