mirror of https://github.com/armbian/build.git
Disable PCIe interfaces in the Aiot-rk3588a device tree,Failure to shut down will cause the kernel to crash.
This commit is contained in:
parent
c4d847a7c7
commit
8e3be4bb4a
|
|
@ -37,14 +37,9 @@
|
|||
};
|
||||
|
||||
&pcie30phy {
|
||||
rockchip,pcie30-phymode = <PHY_MODE_PCIE_AGGREGATION>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pcie3x4 {
|
||||
reset-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
|
||||
vpcie3v3-supply = <&vcc3v3_pcie30>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pcie30x4_clkreqn_m1>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue