You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
PCI: rockchip: add devicetree property rockchip,skip-reset-in-config
This commit is contained in:
@@ -1473,7 +1473,10 @@ static int rk_pcie_hardware_io_config(struct rk_pcie *rk_pcie)
|
||||
return ret;
|
||||
}
|
||||
|
||||
reset_control_assert(rk_pcie->rsts);
|
||||
if (device_property_read_bool(dev, "rockchip,skip-reset-in-config")) {
|
||||
dev_info(dev, "skip reset controller\n");
|
||||
} else
|
||||
reset_control_assert(rk_pcie->rsts);
|
||||
udelay(10);
|
||||
|
||||
ret = clk_bulk_prepare_enable(rk_pcie->clk_cnt, rk_pcie->clks);
|
||||
|
||||
Reference in New Issue
Block a user