Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b986723c authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Tejun Heo
Browse files

pata: imx: support controller modes up to PIO4



Having timing settings for all supported by the controller PIO modes
now it is possible to expand its PIO mask.

Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent fab43e14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ static int pata_imx_probe(struct platform_device *pdev)
	ap = host->ports[0];

	ap->ops = &pata_imx_port_ops;
	ap->pio_mask = ATA_PIO0;
	ap->pio_mask = ATA_PIO4;
	ap->flags |= ATA_FLAG_SLAVE_POSS;

	io_res = platform_get_resource(pdev, IORESOURCE_MEM, 0);