mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: rk3588(s): Add periph reset for PCIe
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Change-Id: I4e5954a2ea63b53547365eab20fd2d262260a23a
This commit is contained in:
@@ -529,8 +529,8 @@
|
||||
reg = <0x0 0xfe150000 0x0 0x10000>,
|
||||
<0xa 0x40000000 0x0 0x400000>;
|
||||
reg-names = "pcie-apb", "pcie-dbi";
|
||||
resets = <&cru SRST_PCIE0_POWER_UP>;
|
||||
reset-names = "pipe";
|
||||
resets = <&cru SRST_PCIE0_POWER_UP>, <&cru SRST_P_PCIE0>;
|
||||
reset-names = "pcie", "periph";
|
||||
rockchip,pipe-grf = <&php_grf>;
|
||||
status = "disabled";
|
||||
|
||||
@@ -584,8 +584,8 @@
|
||||
reg = <0x0 0xfe160000 0x0 0x10000>,
|
||||
<0xa 0x40400000 0x0 0x400000>;
|
||||
reg-names = "pcie-apb", "pcie-dbi";
|
||||
resets = <&cru SRST_PCIE1_POWER_UP>;
|
||||
reset-names = "pipe";
|
||||
resets = <&cru SRST_PCIE1_POWER_UP>, <&cru SRST_P_PCIE1>;
|
||||
reset-names = "pcie", "periph";
|
||||
rockchip,pipe-grf = <&php_grf>;
|
||||
status = "disabled";
|
||||
|
||||
@@ -638,8 +638,8 @@
|
||||
reg = <0x0 0xfe170000 0x0 0x10000>,
|
||||
<0xa 0x40800000 0x0 0x400000>;
|
||||
reg-names = "pcie-apb", "pcie-dbi";
|
||||
resets = <&cru SRST_PCIE2_POWER_UP>;
|
||||
reset-names = "pipe";
|
||||
resets = <&cru SRST_PCIE2_POWER_UP>, <&cru SRST_P_PCIE2>;
|
||||
reset-names = "pcie", "periph";
|
||||
rockchip,pipe-grf = <&php_grf>;
|
||||
status = "disabled";
|
||||
|
||||
|
||||
@@ -3743,8 +3743,8 @@
|
||||
reg = <0x0 0xfe180000 0x0 0x10000>,
|
||||
<0xa 0x40c00000 0x0 0x400000>;
|
||||
reg-names = "pcie-apb", "pcie-dbi";
|
||||
resets = <&cru SRST_PCIE3_POWER_UP>;
|
||||
reset-names = "pipe";
|
||||
resets = <&cru SRST_PCIE3_POWER_UP>, <&cru SRST_P_PCIE3>;
|
||||
reset-names = "pcie", "periph";
|
||||
rockchip,pipe-grf = <&php_grf>;
|
||||
status = "disabled";
|
||||
|
||||
@@ -3797,8 +3797,8 @@
|
||||
reg = <0x0 0xfe190000 0x0 0x10000>,
|
||||
<0xa 0x41000000 0x0 0x400000>;
|
||||
reg-names = "pcie-apb", "pcie-dbi";
|
||||
resets = <&cru SRST_PCIE4_POWER_UP>;
|
||||
reset-names = "pipe";
|
||||
resets = <&cru SRST_PCIE4_POWER_UP>, <&cru SRST_P_PCIE4>;
|
||||
reset-names = "pcie", "periph";
|
||||
rockchip,pipe-grf = <&php_grf>;
|
||||
status = "disabled";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user