Loading drivers/platform/msm/ep_pcie/ep_pcie_core.c +5 −0 Original line number Diff line number Diff line Loading @@ -1385,6 +1385,11 @@ int ep_pcie_core_enable_endpoint(enum ep_pcie_options opt) EP_PCIE_INFO(dev, "PCIe V%d: link initialized by bootloader for LE PCIe endpoint; skip link training in HLOS.\n", dev->rev); /* * Skip mhi mmio config for host reboot case * with bios-locking enabled. */ dev->config_mmio_init = true; ep_pcie_core_init(dev, true); dev->link_status = EP_PCIE_LINK_UP; dev->l23_ready = false; Loading Loading
drivers/platform/msm/ep_pcie/ep_pcie_core.c +5 −0 Original line number Diff line number Diff line Loading @@ -1385,6 +1385,11 @@ int ep_pcie_core_enable_endpoint(enum ep_pcie_options opt) EP_PCIE_INFO(dev, "PCIe V%d: link initialized by bootloader for LE PCIe endpoint; skip link training in HLOS.\n", dev->rev); /* * Skip mhi mmio config for host reboot case * with bios-locking enabled. */ dev->config_mmio_init = true; ep_pcie_core_init(dev, true); dev->link_status = EP_PCIE_LINK_UP; dev->l23_ready = false; Loading