
2 Dec
2019
2 Dec
'19
10:12 a.m.
On 12/1/2019 5:45 PM, Michael Walle wrote:
PCI devices may be disabled in the device tree. Devices which are probed by the device tree handle the "status" property and are skipped if disabled. Devices which are probed by the PCI enumeration don't check that property. Fix it.
Signed-off-by: Michael Walle michael@walle.cc
drivers/pci/pci-uclass.c | 5 +++++ 1 file changed, 5 insertions(+)
Reviewed-by: Alex Marginean alexandru.marginean@nxp.com Tested-by: Alex Marginean alexandru.marginean@nxp.com