Disable PCIe interfaces in the Aiot-rk3588a device tree,Failure to shut down will cause the kernel to crash.

This commit is contained in:
ghhccghk 2025-11-23 22:27:43 +08:00
parent c4d847a7c7
commit 8e3be4bb4a
1 changed files with 2 additions and 7 deletions

View File

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