mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02: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:
parent
4966dc7349
commit
ef7d4277e3
|
|
@ -529,8 +529,8 @@ pcie3x4: pcie@fe150000 {
|
|||
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 @@ pcie3x2: pcie@fe160000 {
|
|||
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 @@ pcie2x1l0: pcie@fe170000 {
|
|||
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 @@ pcie2x1l1: pcie@fe180000 {
|
|||
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 @@ pcie2x1l2: pcie@fe190000 {
|
|||
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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user