mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
arm64: dts: rockchip: rk3588: Fix the pcie1ln setting
pcie1l0_sel pcie1l0->combPHY1
pcie1l1_sel pcie1l1->combPHY2
Fixes: a44f986d11 ("arm64: dts: rockchip: rk3588: Add pcie1ln setting for comboPHY")
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Change-Id: I604fec8563c7a82279eaa5e943af1ae69639f862
This commit is contained in:
@@ -721,7 +721,7 @@
|
||||
reset-names = "combphy-apb", "combphy";
|
||||
rockchip,pipe-grf = <&php_grf>;
|
||||
rockchip,pipe-phy-grf = <&pipe_phy1_grf>;
|
||||
rockchip,pcie1ln-sel-bits = <0x100 1 1 0>;
|
||||
rockchip,pcie1ln-sel-bits = <0x100 0 0 0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
@@ -3929,7 +3929,6 @@
|
||||
reset-names = "combphy-apb", "combphy";
|
||||
rockchip,pipe-grf = <&php_grf>;
|
||||
rockchip,pipe-phy-grf = <&pipe_phy0_grf>;
|
||||
rockchip,pcie1ln-sel-bits = <0x100 0 0 0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@@ -3945,6 +3944,7 @@
|
||||
reset-names = "combphy-apb", "combphy";
|
||||
rockchip,pipe-grf = <&php_grf>;
|
||||
rockchip,pipe-phy-grf = <&pipe_phy2_grf>;
|
||||
rockchip,pcie1ln-sel-bits = <0x100 1 1 0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user