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/linux/ramips/dts/DB-WRT01.dts | |
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/linux/ramips/dts/DB-WRT01.dts')
-rw-r--r-- | target/linux/ramips/dts/DB-WRT01.dts | 4 |
1 files changed, 0 insertions, 4 deletions
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"; -}; |