[source] ramips: remove DT pcie nodes for GL-MT300A/N

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 28 08:11:06 PDT 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/6aa0a85fc613970940777b36e1f633f6677e310a

commit 6aa0a85fc613970940777b36e1f633f6677e310a
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Feb 1 13:53:57 2017 +0100

    ramips: remove DT pcie nodes for GL-MT300A/N
    
    These devices don't have a secondary wifi chip
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/ramips/dts/GL-MT300A.dts | 13 -------------
 target/linux/ramips/dts/GL-MT300N.dts | 13 -------------
 2 files changed, 26 deletions(-)

diff --git a/target/linux/ramips/dts/GL-MT300A.dts b/target/linux/ramips/dts/GL-MT300A.dts
index 6922b95..32e1fe0 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 at 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 c6feb96..7334bc7 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 at 0,0 {
-			reg = <0x0000 0 0 0 0>;
-			device_type = "pci";
-			mediatek,mtd-eeprom = <&factory 0x8000>;
-			mediatek,2ghz = <0>;
-		};
-	};
-};
-
 &pinctrl {
 	state_default: pinctrl0 {
 		gpio {



More information about the lede-commits mailing list