diff options
author | Mathias Kresin <dev@kresin.me> | 2018-11-30 12:19:26 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-03 15:34:56 +0100 |
commit | 55101877d3c0aea567e60fb3f7cafcb1a041698e (patch) | |
tree | 46e6e0b4396815125f065d6e85c14103d2fd6a8a /target | |
parent | 14b81c909f5839267ca3c450ce739582f27cecfb (diff) | |
download | upstream-55101877d3c0aea567e60fb3f7cafcb1a041698e.tar.gz upstream-55101877d3c0aea567e60fb3f7cafcb1a041698e.tar.bz2 upstream-55101877d3c0aea567e60fb3f7cafcb1a041698e.zip |
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>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/CS-QR10.dts | 4 | ||||
-rw-r--r-- | target/linux/ramips/dts/DB-WRT01.dts | 4 | ||||
-rw-r--r-- | target/linux/ramips/dts/MicroWRT.dts | 4 | ||||
-rw-r--r-- | target/linux/ramips/dts/OY-0001.dts | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/ramips/dts/CS-QR10.dts b/target/linux/ramips/dts/CS-QR10.dts index 965d5052f1..f58e70f538 100644 --- a/target/linux/ramips/dts/CS-QR10.dts +++ b/target/linux/ramips/dts/CS-QR10.dts @@ -156,7 +156,3 @@ &wmac { ralink,mtd-eeprom = <&factory 0>; }; - -&pcie { - status = "okay"; -}; diff --git a/target/linux/ramips/dts/DB-WRT01.dts b/target/linux/ramips/dts/DB-WRT01.dts index e62621c4ae..27dce66e1a 100644 --- a/target/linux/ramips/dts/DB-WRT01.dts +++ b/target/linux/ramips/dts/DB-WRT01.dts @@ -104,7 +104,3 @@ &wmac { ralink,mtd-eeprom = <&factory 0>; }; - -&pcie { - status = "okay"; -}; diff --git a/target/linux/ramips/dts/MicroWRT.dts b/target/linux/ramips/dts/MicroWRT.dts index ddf27d632a..051ff8a0a6 100644 --- a/target/linux/ramips/dts/MicroWRT.dts +++ b/target/linux/ramips/dts/MicroWRT.dts @@ -87,10 +87,6 @@ status = "okay"; }; -&pcie { - status = "okay"; -}; - ðernet { pinctrl-names = "default"; pinctrl-0 = <&ephy_pins>; diff --git a/target/linux/ramips/dts/OY-0001.dts b/target/linux/ramips/dts/OY-0001.dts index d724aafa0e..cc656d4137 100644 --- a/target/linux/ramips/dts/OY-0001.dts +++ b/target/linux/ramips/dts/OY-0001.dts @@ -128,7 +128,3 @@ &ohci { status = "okay"; }; - -&pcie { - status = "okay"; -}; |