ARM: davinci: da8xx: remove da8xx_uart_clk_enable
Serial clocks are enabled from of_platform_serial_setup:of_serial.c, so remove davinci_serial_setup_clk from here. Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
Родитель
19955c3d74
Коммит
1ae1c2f91d
|
@ -20,13 +20,6 @@
|
||||||
|
|
||||||
#define DA8XX_NUM_UARTS 3
|
#define DA8XX_NUM_UARTS 3
|
||||||
|
|
||||||
static void __init da8xx_uart_clk_enable(void)
|
|
||||||
{
|
|
||||||
int i;
|
|
||||||
for (i = 0; i < DA8XX_NUM_UARTS; i++)
|
|
||||||
davinci_serial_setup_clk(i, NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
static struct of_device_id da8xx_irq_match[] __initdata = {
|
static struct of_device_id da8xx_irq_match[] __initdata = {
|
||||||
{ .compatible = "ti,cp-intc", .data = cp_intc_of_init, },
|
{ .compatible = "ti,cp-intc", .data = cp_intc_of_init, },
|
||||||
{ }
|
{ }
|
||||||
|
@ -60,7 +53,6 @@ static void __init da850_init_machine(void)
|
||||||
of_platform_populate(NULL, of_default_bus_match_table,
|
of_platform_populate(NULL, of_default_bus_match_table,
|
||||||
da850_auxdata_lookup, NULL);
|
da850_auxdata_lookup, NULL);
|
||||||
|
|
||||||
da8xx_uart_clk_enable();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char *da850_boards_compat[] __initdata = {
|
static const char *da850_boards_compat[] __initdata = {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче