commit | 44a4042b01b547a100c387538196dacfa28b88f4 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Jun 11 12:03:19 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 07 18:23:48 2020 -0400 |
tree | fce7269c7c166978d02ac9eae607abda71dcea47 | |
parent | cc696e7caec612c1e334db8cd729e0045662bf00 [diff] |
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>