diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-01 13:53:57 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-01 17:49:54 +0100 |
commit | 2340de62a634e2e6abaf3983de2dfe40996477d0 (patch) | |
tree | 4fd455adbdde6b4d6fe99bbad223f0b9cdba7b73 /target | |
parent | 0f19c1d6cfc8aeb7636a561ff30eb7f50b48d99d (diff) | |
download | upstream-2340de62a634e2e6abaf3983de2dfe40996477d0.tar.gz upstream-2340de62a634e2e6abaf3983de2dfe40996477d0.tar.bz2 upstream-2340de62a634e2e6abaf3983de2dfe40996477d0.zip |
ramips: remove DT pcie nodes for GL-MT300A/N
These devices don't have a secondary wifi chip
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/GL-MT300A.dts | 13 | ||||
-rw-r--r-- | target/linux/ramips/dts/GL-MT300N.dts | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/ramips/dts/GL-MT300A.dts b/target/linux/ramips/dts/GL-MT300A.dts index 6922b958db..32e1fe01ad 100644 --- a/target/linux/ramips/dts/GL-MT300A.dts +++ b/target/linux/ramips/dts/GL-MT300A.dts @@ -141,19 +141,6 @@ ralink,mtd-eeprom = <&factory 0>; }; -&pcie { - status = "okay"; - - pcie-bridge { - mt76@0,0 { - reg = <0x0000 0 0 0 0>; - device_type = "pci"; - mediatek,mtd-eeprom = <&factory 0x8000>; - mediatek,2ghz = <0>; - }; - }; -}; - &pinctrl { state_default: pinctrl0 { gpio { diff --git a/target/linux/ramips/dts/GL-MT300N.dts b/target/linux/ramips/dts/GL-MT300N.dts index c6feb96f89..7334bc7a2e 100644 --- a/target/linux/ramips/dts/GL-MT300N.dts +++ b/target/linux/ramips/dts/GL-MT300N.dts @@ -130,19 +130,6 @@ ralink,mtd-eeprom = <&factory 0>; }; -&pcie { - status = "okay"; - - pcie-bridge { - mt76@0,0 { - reg = <0x0000 0 0 0 0>; - device_type = "pci"; - mediatek,mtd-eeprom = <&factory 0x8000>; - mediatek,2ghz = <0>; - }; - }; -}; - &pinctrl { state_default: pinctrl0 { gpio { |