Add fsl,imx53.
This commit is contained in:
parent
edea4d1eac
commit
8e8ba5e659
@ -72,7 +72,8 @@ imx_ata_probe(device_t dev)
|
||||
if (!ofw_bus_status_okay(dev))
|
||||
return (ENXIO);
|
||||
|
||||
if (!ofw_bus_is_compatible(dev, "fsl,imx51-ata"))
|
||||
if (!ofw_bus_is_compatible(dev, "fsl,imx51-ata") &&
|
||||
!ofw_bus_is_compatible(dev, "fsl,imx53-ata"))
|
||||
return (ENXIO);
|
||||
|
||||
ctrl = device_get_softc(dev);
|
||||
|
Loading…
x
Reference in New Issue
Block a user