mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-10 03:07:16 +01:00
ipq807x: Fix PCIE failed in other platform
Change-Id: Ide698e51ce1e9a21efc4c0559750216dd5a48b86 Signed-off-by: Sham Muthayyan <smuthayy@codeaurora.org>
This commit is contained in:
parent
d1673a3783
commit
8fc56d271a
1 changed files with 1 additions and 1 deletions
|
|
@ -863,10 +863,10 @@ static int ipq_pcie_parse_dt(const void *fdt, int id,
|
|||
return err;
|
||||
}
|
||||
|
||||
pcie->is_gen3 = 0;
|
||||
if(pcie->version == PCIE_V2) {
|
||||
err = fdt_get_named_resource(fdt, node, "reg", "reg-names", "pci_phy",
|
||||
&pcie->pci_phy);
|
||||
pcie->is_gen3 = 0;
|
||||
if (err < 0) {
|
||||
uint32_t soc_ver_major, soc_ver_minor;
|
||||
int ret;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue