commit | 3e82350b8e6e27652a87be5af9292cde9b8dabcf | [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 | d263e761cb9a70cb760596d6936fcfe2018d5dab [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>