| From 6e318871fac5533bd4dd82677b08ba7be17df55b Mon Sep 17 00:00:00 2001 |
| From: Peter Robinson <pbrobinson@gmail.com> |
| Date: Tue, 12 Jan 2021 23:14:09 +0000 |
| Subject: [PATCH] brcm: rpi4: fix usb numeration |
| |
| Signed-off-by: Peter Robinson <pbrobinson@gmail.com> |
| |
| drivers/pci/controller/pcie-brcmstb.c | 1 + |
| 1 file changed, 1 insertion(+) |
| |
| diff --git a/drivers/pci/controller/pcie-brcmstb.c b/drivers/pci/controller/pcie-brcmstb.c |
| index 9c3d2982248d..78ed98e9b099 100644 |
| |
| |
| @@ -869,6 +869,7 @@ static int brcm_pcie_setup(struct brcm_pcie *pcie) |
| |
| /* Reset the bridge */ |
| pcie->bridge_sw_init_set(pcie, 1); |
| + pcie->perst_set(pcie, 1); |
| usleep_range(100, 200); |
| |
| /* Take the bridge out of reset */ |
| -- |
| 2.29.2 |
| |