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:
Shawn Lin
2020-11-12 18:26:33 +08:00
committed by Tao Huang
parent 4d3d4ee8b4
commit 537a1fadc3

View File

@@ -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";
};