clk: imx25: Remove osc clock from driver
authorMarkus Pargmann <mpa@pengutronix.de>
Tue, 24 Nov 2015 11:17:58 +0000 (12:17 +0100)
committerShawn Guo <shawnguo@kernel.org>
Wed, 25 Nov 2015 03:49:42 +0000 (11:49 +0800)
commit78ae71ac882fbca3b092656b6fed46f0c2e71dd6
tree1af83f4e994d03fa4da9ae1bc1c8e5c1619762e7
parent8005c49d9aea74d382f474ce11afbbc7d7130bec
clk: imx25: Remove osc clock from driver

The 'osc' clock is already initialized by the fixed clock defined in
imx25.dtsi. The imx25 clock driver tries to add this clock for a second
time and fails with -EEXIST:
i.MX clk 1: register failed with -17

As the clock is already properly setup in DT with a different driver, we
can completely remove the handling in the imx25 clock driver.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx25.c