mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: rockchip: rk3568: comment out bifurcation mode for PCIe30
We don't need it and should add this if needed in the evb boards. But now we leave a comment in rk3568.dtsi to make a reference for BSP developers. Change-Id: Idf829f2833dbc8e631b15ecc93baddc72d125d3e Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
@@ -1502,7 +1502,7 @@
|
||||
reg-names = "pcie-dbi", "pcie-apb";
|
||||
resets = <&cru SRST_PCIE30X1_POWERUP>;
|
||||
reset-names = "pipe";
|
||||
rockchip,bifurcation; /* lane1 when using 1+1 */
|
||||
/* rockchip,bifurcation; lane1 when using 1+1 */
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@@ -1538,7 +1538,7 @@
|
||||
reg-names = "pcie-dbi", "pcie-apb";
|
||||
resets = <&cru SRST_PCIE30X2_POWERUP>;
|
||||
reset-names = "pipe";
|
||||
rockchip,bifurcation; /* lane0 when using 1+1 */
|
||||
/* rockchip,bifurcation; lane0 when using 1+1 */
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user