[PATCH v2 2/8] clk: imx25: retain early UART clocks during kernel init
From: Uwe Kleine-König <hidden>
Date: 2015-09-07 09:10:05
Also in:
linux-clk
From: Uwe Kleine-König <hidden>
Date: 2015-09-07 09:10:05
Also in:
linux-clk
On Sun, Sep 06, 2015 at 10:23:15PM +0800, Shawn Guo wrote:
I prefer to code it like:
static struct clk **uart_clks[] __initdata = {
&clk[uart_ipg_per],
&clk[uart1_ipg],
&clk[uart2_ipg],
&clk[uart3_ipg],
&clk[uart4_ipg],
&clk[uart5_ipg],
NULL
};And maybe also use mx25_ as prefix to make the name unique. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-K?nig | Industrial Linux Solutions | http://www.pengutronix.de/ |