Browse Source

ARM: OMAP2+: Require proper GPMC timings for devices

Now that we have timings in the .dts files for smc91x
and 8250, we can remove the device specific checks and
just print out the bootloader timings for devices that
may not have timings in the .dts files.

Acked-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Tony Lindgren 11 years ago
parent
commit
9995772a6d
1 changed files with 0 additions and 16 deletions
  1. 0 16
      arch/arm/mach-omap2/gpmc.c

+ 0 - 16
arch/arm/mach-omap2/gpmc.c

@@ -1712,22 +1712,6 @@ static int gpmc_probe_generic_child(struct platform_device *pdev,
 		goto no_timings;
 		goto no_timings;
 	}
 	}
 
 
-	/*
-	 * For some GPMC devices we still need to rely on the bootloader
-	 * timings because the devices can be connected via FPGA. So far
-	 * the list is smc91x on the omap2 SDP boards, and 8250 on zooms.
-	 * REVISIT: Add timing support from slls644g.pdf and from the
-	 * lan91c96 manual.
-	 */
-	if (of_device_is_compatible(child, "ns16550a") ||
-	    of_device_is_compatible(child, "smsc,lan91c94") ||
-	    of_device_is_compatible(child, "smsc,lan91c111")) {
-		dev_warn(&pdev->dev,
-			 "%s using bootloader timings on CS%d\n",
-			 child->name, cs);
-		goto no_timings;
-	}
-
 	/*
 	/*
 	 * FIXME: gpmc_cs_request() will map the CS to an arbitary
 	 * FIXME: gpmc_cs_request() will map the CS to an arbitary
 	 * location in the gpmc address space. When booting with
 	 * location in the gpmc address space. When booting with