Skip to content

Commit

Permalink
ARM: msm: Remove call to missing FPGA init on 8660
Browse files Browse the repository at this point in the history
A previous patch[1] added code to initialize an FPGA register on the
8660 "SURF" development platform.  Since this development platform is
not widely available, and there is now a more available device "the
Dragonboard" based on the same core SOC, this change was dropped.

However, the DT code kept a lingering call to this FPGA init function.
Remove it.

[1] https://lkml.org/lkml/2011/8/12/357

Signed-off-by: David Brown <davidb@codeaurora.org>
  • Loading branch information
David Brown committed Sep 13, 2012
1 parent 28a33cb commit 49b26e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/arm/mach-msm/board-msm8x60.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ static struct of_dev_auxdata msm_auxdata_lookup[] __initdata = {

static void __init msm8x60_dt_init(void)
{
if (of_machine_is_compatible("qcom,msm8660-surf")) {
printk(KERN_INFO "Init surf UART registers\n");
msm8x60_init_uart12dm();
}

of_platform_populate(NULL, of_default_bus_match_table,
msm_auxdata_lookup, NULL);
}
Expand Down

0 comments on commit 49b26e0

Please sign in to comment.