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>
This commit is contained in:
Mathias Kresin 2018-11-30 12:19:26 +01:00
parent 14b81c909f
commit 55101877d3
4 changed files with 0 additions and 16 deletions

View file

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

View file

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

View file

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

View file

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