clk: i.MX7: do not register PLL bypass clocks as separate clocks
In the Kernel the bypass bits in the PLLs are now registered as
separate clocks and are no longer handled in the PLL code. In
barebox we haven't made this step and there currently seems to
be no reason to do so.
This means that the bypass bits are currently modified in both
the PLL driver and in the separate clocks which does not work
properly. Drop all the bypass clocks to let the bypass bits
be handled in the PLL driver exclusively.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 23aa31a commit 75cb02078e0353c968b9c8cb71c6d02e597dc137
@Sascha Hauer Sascha Hauer authored on 2 Feb 2017
Showing 1 changed file
View
drivers/clk/imx/clk-imx7.c