[PATCH v2 resend] clk: imx25: Remove osc clock from driver
From: shawnguo@kernel.org (Shawn Guo)
Date: 2015-11-25 03:49:57
Also in:
linux-clk
From: shawnguo@kernel.org (Shawn Guo)
Date: 2015-11-25 03:49:57
Also in:
linux-clk
On Tue, Nov 24, 2015 at 12:17:58PM +0100, Markus Pargmann wrote:
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 <redacted> Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Applied, thanks.