|
|
@@ -128,7 +128,7 @@ Signed-off-by: Florian Maurer <[email protected]>
|
|
|
static int qcom_pcie_init_2_4_0(struct qcom_pcie *pcie)
|
|
|
{
|
|
|
struct qcom_pcie_resources_2_4_0 *res = &pcie->res.v2_4_0;
|
|
|
-@@ -1336,6 +1413,16 @@ static const struct qcom_pcie_ops ops_2_
|
|
|
+@@ -1337,6 +1414,16 @@ static const struct qcom_pcie_ops ops_2_
|
|
|
.ltssm_enable = qcom_pcie_2_3_2_ltssm_enable,
|
|
|
};
|
|
|
|
|
|
@@ -145,7 +145,7 @@ Signed-off-by: Florian Maurer <[email protected]>
|
|
|
/* Qcom IP rev.: 2.3.3 Synopsys IP rev.: 4.30a */
|
|
|
static const struct qcom_pcie_ops ops_2_3_3 = {
|
|
|
.get_resources = qcom_pcie_get_resources_2_3_3,
|
|
|
-@@ -1403,6 +1490,10 @@ static const struct qcom_pcie_cfg cfg_2_
|
|
|
+@@ -1405,6 +1492,10 @@ static const struct qcom_pcie_cfg cfg_2_
|
|
|
.ops = &ops_2_4_0,
|
|
|
};
|
|
|
|
|
|
@@ -156,7 +156,7 @@ Signed-off-by: Florian Maurer <[email protected]>
|
|
|
static const struct qcom_pcie_cfg cfg_2_7_0 = {
|
|
|
.ops = &ops_2_7_0,
|
|
|
};
|
|
|
-@@ -1827,6 +1918,7 @@ static const struct of_device_id qcom_pc
|
|
|
+@@ -1829,6 +1920,7 @@ static const struct of_device_id qcom_pc
|
|
|
{ .compatible = "qcom,pcie-apq8064", .data = &cfg_2_1_0 },
|
|
|
{ .compatible = "qcom,pcie-apq8084", .data = &cfg_1_0_0 },
|
|
|
{ .compatible = "qcom,pcie-ipq4019", .data = &cfg_2_4_0 },
|