|
@@ -1230,7 +1230,7 @@ static int qcom_pcie_probe(struct platform_device *pdev)
|
|
|
|
|
|
|
|
pcie->ops = of_device_get_match_data(dev);
|
|
pcie->ops = of_device_get_match_data(dev);
|
|
|
|
|
|
|
|
- pcie->reset = devm_gpiod_get_optional(dev, "perst", GPIOD_OUT_LOW);
|
|
|
|
|
|
|
+ pcie->reset = devm_gpiod_get_optional(dev, "perst", GPIOD_OUT_HIGH);
|
|
|
if (IS_ERR(pcie->reset)) {
|
|
if (IS_ERR(pcie->reset)) {
|
|
|
ret = PTR_ERR(pcie->reset);
|
|
ret = PTR_ERR(pcie->reset);
|
|
|
goto err_pm_runtime_put;
|
|
goto err_pm_runtime_put;
|