mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3588-toybrick-x0: enable pcie3x4
rk3588 toybrick board pcie3 have only 2 lanes. set: rockchip,pcie30-phymode = <PHY_MODE_PCIE_NANBNB>; num-lanes=<2>; Signed-off-by: Addy Ke <addy.ke@rock-chips.com> Change-Id: I3b0357a4a77aa00f578c32424b3bf11f5dd873e9
This commit is contained in:
@@ -565,14 +565,15 @@
|
||||
};
|
||||
|
||||
&pcie30phy {
|
||||
rockchip,pcie30-phymode = <PHY_MODE_PCIE_AGGREGATION>;
|
||||
rockchip,pcie30-phymode = <PHY_MODE_PCIE_NANBNB>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pcie3x4 {
|
||||
reset-gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_HIGH>;
|
||||
vpcie3v3-supply = <&vcc3v3_pcie30>;
|
||||
status = "disabled";
|
||||
num-lanes=<2>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
|
||||
Reference in New Issue
Block a user