On Thu, Jun 11, 2020 at 1:04 PM Andre Przywara <[email protected]> wrote:
> 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 <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij

