
8 Sep
2021
8 Sep
'21
2:59 p.m.
On Wed, Sep 8, 2021 at 8:32 PM Neil Armstrong narmstrong@baylibre.com wrote:
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
drivers/pci/pcie_dw_meson.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com