commit | c7bfcbe57770d05f608c8fdf22ce1d41c69b7255 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Wed Sep 08 14:32:12 2021 +0200 |
committer | Neil Armstrong <narmstrong@baylibre.com> | Thu Oct 07 10:14:50 2021 +0200 |
tree | 9543bf6404b50e04250a5770c66948f785da560e | |
parent | 26773472b53a46cbddf01b87be8c727487eaedf7 [diff] |
pci: pcie_dw_meson: fix usb fail when pci link fails to go up On Amlogic A311D, when the PCIe link fails disabling the related clocks makes USB fail. For an unknown reason, this doesn happen on the S905D3 SoC. Mimic the Linux behavior by not considering a link failure a probe failure, and continue even if the PCIe link is down. Reported-by: Art Nikpal <email2tema@gmail.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>