arm64: dts: rockchip: rk3528: Remove pcie2x1 SRST_PRESETN_CRU_PCIE reset
This reset needs to be always on, and is always on by default, so it should not be referenced. Otherwise, once PCIe fails to enumerate the enumerate successfully, it will be closed, which will affect other controller that do not reference this. Change-Id: Ie654c0c071006bd0006039286bd22acaec30df10 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -621,9 +621,8 @@
|
||||
<0x0 0xfe000000 0x0 0x400000>,
|
||||
<0x0 0xfc000000 0x0 0x100000>;
|
||||
reg-names = "pcie-apb", "pcie-dbi", "config";
|
||||
resets = <&cru SRST_RESETN_PCIE_POWER_UP>, <&cru SRST_PRESETN_PCIE>,
|
||||
<&cru SRST_PRESETN_CRU_PCIE>;
|
||||
reset-names = "pcie", "periph", "preset_cru";
|
||||
resets = <&cru SRST_RESETN_PCIE_POWER_UP>, <&cru SRST_PRESETN_PCIE>;
|
||||
reset-names = "pcie", "periph";
|
||||
status = "disabled";
|
||||
|
||||
pcie2x1_intc: legacy-interrupt-controller {
|
||||
|
||||
Reference in New Issue
Block a user