mx6sabresd: Convert PCI to driver model
authorAlifer Moraes <alifer.wsdm@gmail.com>
Mon, 20 Jan 2020 16:31:02 +0000 (13:31 -0300)
committerStefano Babic <sbabic@denx.de>
Sun, 9 Feb 2020 14:05:10 +0000 (15:05 +0100)
commit2f2fdbe3f482cab28bac27d18a1197bb9654e647
tree4e8bdb36094641abe05624d26b3d04b23c6b6d6a
parent70a2df36fe3b2fd2ef82de4f244a43fc1ff879f6
mx6sabresd: Convert PCI to driver model

Convert imx6sabresd PCI to driver model to fix the following warning:

===================== WARNING ======================
This board does not use CONFIG_DM_PCI Please update
the board to use CONFIG_DM_PCI before the v2019.07 release.
Failure to update by the deadline may result in board removal.
See doc/driver-model/MIGRATION.txt for more info.
====================================================

After the conversion the following commands were used for testing:

=> pci enum
PCI: Failed autoconfig bar 10
PCI: Failed autoconfig bar 10
=> pci 1
Scanning PCI devices on bus 1
BusDevFun  VendorId   DeviceId   Device Class       Sub-Class
Reviewed-by: Fabio Estevam <festevam@gmail.com>
board/freescale/mx6sabresd/mx6sabresd.c
configs/mx6sabresd_defconfig