sata_sil: Enable DM_PCI operation
authorAndre Przywara <andre.przywara@arm.com>
Thu, 11 Jun 2020 11:03:19 +0000 (12:03 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 7 Jul 2020 22:23:48 +0000 (18:23 -0400)
commit44a4042b01b547a100c387538196dacfa28b88f4
treefce7269c7c166978d02ac9eae607abda71dcea47
parentcc696e7caec612c1e334db8cd729e0045662bf00
sata_sil: Enable DM_PCI operation

Even though the sata_sil driver was converted over to the driver model,
it still assumed that the PCI controller is using the legacy interface.

Allow the "devno" member to be a struct udevice pointer and use
DM_PCI_COMPAT to covert the rest of the interface.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
drivers/ata/sata_sil.c
drivers/ata/sata_sil.h