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