15 lines
582 B
Diff
15 lines
582 B
Diff
diff --git a/drivers/pci/controller/dwc/pcie-dw-rockchip.c b/drivers/pci/controller/dwc/pcie-dw-rockchip.c
|
|
index d6842141d384..a909e42b4273 100644
|
|
--- a/drivers/pci/controller/dwc/pcie-dw-rockchip.c
|
|
+++ b/drivers/pci/controller/dwc/pcie-dw-rockchip.c
|
|
@@ -240,7 +240,7 @@ static int rockchip_pcie_resource_get(struct platform_device *pdev,
|
|
return PTR_ERR(rockchip->apb_base);
|
|
|
|
rockchip->rst_gpio = devm_gpiod_get_optional(&pdev->dev, "reset",
|
|
- GPIOD_OUT_HIGH);
|
|
+ GPIOD_OUT_LOW);
|
|
if (IS_ERR(rockchip->rst_gpio))
|
|
return PTR_ERR(rockchip->rst_gpio);
|
|
|
|
|