After r239366, fix the ti_edma3.c driver to use the

exact name as used in the FDT.
This commit is contained in:
kientzle 2012-08-22 05:14:59 +00:00
parent 02bfab306e
commit 7e9dee0254

View File

@ -142,7 +142,7 @@ static struct {
static int
ti_edma3_probe(device_t dev)
{
if (!ofw_bus_is_compatible(dev, "ti,edma"))
if (!ofw_bus_is_compatible(dev, "ti,edma3"))
return (ENXIO);
device_set_desc(dev, "TI EDMA Controller");