After r239366, fix the ti_edma3.c driver to use the
exact name as used in the FDT.
This commit is contained in:
parent
02bfab306e
commit
7e9dee0254
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user