diff options
author | Manjunathappa, Prakash <prakash.pm@ti.com> | 2013-06-19 05:15:41 -0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2013-08-21 15:08:58 -0400 |
commit | 1ae1c2f91d25d0ee175a2ee4bc8b5c45012e05c1 (patch) | |
tree | 66b3ec9fda43888a600aa35f7abd8a2c3244faea | |
parent | 19955c3d7453757271d05859958ca1804a5d2d67 (diff) |
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>
-rw-r--r-- | arch/arm/mach-davinci/da8xx-dt.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-davinci/da8xx-dt.c b/arch/arm/mach-davinci/da8xx-dt.c index e4299455c644..9683cbd1f6c8 100644 --- a/arch/arm/mach-davinci/da8xx-dt.c +++ b/arch/arm/mach-davinci/da8xx-dt.c | |||
@@ -20,13 +20,6 @@ | |||
20 | 20 | ||
21 | #define DA8XX_NUM_UARTS 3 | 21 | #define DA8XX_NUM_UARTS 3 |
22 | 22 | ||
23 | static void __init da8xx_uart_clk_enable(void) | ||
24 | { | ||
25 | int i; | ||
26 | for (i = 0; i < DA8XX_NUM_UARTS; i++) | ||
27 | davinci_serial_setup_clk(i, NULL); | ||
28 | } | ||
29 | |||
30 | static struct of_device_id da8xx_irq_match[] __initdata = { | 23 | static struct of_device_id da8xx_irq_match[] __initdata = { |
31 | { .compatible = "ti,cp-intc", .data = cp_intc_of_init, }, | 24 | { .compatible = "ti,cp-intc", .data = cp_intc_of_init, }, |
32 | { } | 25 | { } |
@@ -60,7 +53,6 @@ static void __init da850_init_machine(void) | |||
60 | of_platform_populate(NULL, of_default_bus_match_table, | 53 | of_platform_populate(NULL, of_default_bus_match_table, |
61 | da850_auxdata_lookup, NULL); | 54 | da850_auxdata_lookup, NULL); |
62 | 55 | ||
63 | da8xx_uart_clk_enable(); | ||
64 | } | 56 | } |
65 | 57 | ||
66 | static const char *da850_boards_compat[] __initdata = { | 58 | static const char *da850_boards_compat[] __initdata = { |