ramips: mt7620: disable PCIe if nothing is attached

All boards neither expose the PCIe as Mini-PCIe nor have anything
attached to the PCIe Bus. Disable PCIe for those by dropping the node
from the dts files.

Signed-off-by: Mathias Kresin <dev@kresin.me>
v19.07.3_mercusys_ac12_duma
Mathias Kresin 6 years ago
parent 14b81c909f
commit 55101877d3

@ -156,7 +156,3 @@
&wmac { &wmac {
ralink,mtd-eeprom = <&factory 0>; ralink,mtd-eeprom = <&factory 0>;
}; };
&pcie {
status = "okay";
};

@ -104,7 +104,3 @@
&wmac { &wmac {
ralink,mtd-eeprom = <&factory 0>; ralink,mtd-eeprom = <&factory 0>;
}; };
&pcie {
status = "okay";
};

@ -87,10 +87,6 @@
status = "okay"; status = "okay";
}; };
&pcie {
status = "okay";
};
&ethernet { &ethernet {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&ephy_pins>; pinctrl-0 = <&ephy_pins>;

@ -128,7 +128,3 @@
&ohci { &ohci {
status = "okay"; status = "okay";
}; };
&pcie {
status = "okay";
};

Loading…
Cancel
Save