Sfoglia il codice sorgente

ath79: add SoC or family compatible

Add missing SoC specific compatibles and/or inherit the family
compatibles like "ubnt,xm".

Signed-off-by: Mathias Kresin <[email protected]>
Mathias Kresin 7 anni fa
parent
commit
8d6f128d39
26 ha cambiato i file con 24 aggiunte e 30 eliminazioni
  1. 1 1
      target/linux/ath79/dts/ar7240_netgear_wnr612-v2.dts
  2. 0 3
      target/linux/ath79/dts/ar7240_netgear_wnr612-v2.dtsi
  3. 1 1
      target/linux/ath79/dts/ar7240_on_n150r.dts
  4. 1 1
      target/linux/ath79/dts/ar7240_tplink_tl-wr740n-v1.dts
  5. 1 1
      target/linux/ath79/dts/ar7240_tplink_tl-wr740n-v3.dts
  6. 1 1
      target/linux/ath79/dts/ar7240_tplink_tl-wr741-v1.dts
  7. 1 1
      target/linux/ath79/dts/ar7240_tplink_tl-wr743nd-v1.dts
  8. 1 1
      target/linux/ath79/dts/ar7240_tplink_tl-wr841-v5.dts
  9. 1 1
      target/linux/ath79/dts/ar7240_tplink_tl-wr941-v4.dts
  10. 1 1
      target/linux/ath79/dts/ar7241_ubnt_airrouter.dts
  11. 1 1
      target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts
  12. 1 1
      target/linux/ath79/dts/ar7241_ubnt_nano-m.dts
  13. 1 1
      target/linux/ath79/dts/ar7241_ubnt_rocket-m.dts
  14. 1 1
      target/linux/ath79/dts/ar9331_etactica_eg200.dts
  15. 1 1
      target/linux/ath79/dts/ar9331_tplink_tl-wr740nd-v4.dts
  16. 1 1
      target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dts
  17. 1 1
      target/linux/ath79/dts/ar9341_tplink_tl-wr842n-v2.dts
  18. 1 1
      target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts
  19. 1 1
      target/linux/ath79/dts/ar9342_ubnt_lap-120.dts
  20. 1 1
      target/linux/ath79/dts/ar9342_ubnt_nanostation-ac-loco.dts
  21. 1 1
      target/linux/ath79/dts/ar9342_ubnt_nanostation-ac.dts
  22. 1 1
      target/linux/ath79/dts/ar9342_ubnt_wa.dtsi
  23. 1 1
      target/linux/ath79/dts/ar9344_tplink_tl-wdr3600.dts
  24. 1 1
      target/linux/ath79/dts/ar9344_tplink_tl-wdr4300.dts
  25. 0 3
      target/linux/ath79/dts/ar9344_tplink_tl-wdr4300.dtsi
  26. 1 1
      target/linux/ath79/dts/qca9563_phicomm_k2t.dts

+ 1 - 1
target/linux/ath79/dts/ar7240_netgear_wnr612-v2.dts

@@ -5,6 +5,6 @@
 
 / {
 	model = "Netgear WNR612 v2";
-	compatible = "netgear,wnr612-v2";
+	compatible = "netgear,wnr612-v2", "qca,ar7240";
 };
 

+ 0 - 3
target/linux/ath79/dts/ar7240_netgear_wnr612-v2.dtsi

@@ -7,9 +7,6 @@
 #include "ar7240.dtsi"
 
 / {
-	compatible = "netgear,wnr612-v2", "qca,ar7240";
-	model = "Netgear WNR612 V2";
-
 	aliases {
 		led-boot = &power;
 		led-failsafe = &power;

+ 1 - 1
target/linux/ath79/dts/ar7240_on_n150r.dts

@@ -5,6 +5,6 @@
 
 / {
 	model = "ON Network N150R";
-	compatible = "on,n150r";
+	compatible = "on,n150r", "qca,ar7240";
 };
 

+ 1 - 1
target/linux/ath79/dts/ar7240_tplink_tl-wr740n-v1.dts

@@ -5,5 +5,5 @@
 
 / {
 	model = "TP-Link TL-WR740N v1/v2";
-	compatible = "tplink,tl-wr740n-v1";
+	compatible = "tplink,tl-wr740n-v1", "qca,ar7240";
 };

+ 1 - 1
target/linux/ath79/dts/ar7240_tplink_tl-wr740n-v3.dts

@@ -5,5 +5,5 @@
 
 / {
 	model = "TP-Link TL-WR740N v3";
-	compatible = "tplink,tl-wr740n-v3";
+	compatible = "tplink,tl-wr740n-v3", "qca,ar7240";
 };

+ 1 - 1
target/linux/ath79/dts/ar7240_tplink_tl-wr741-v1.dts

@@ -5,5 +5,5 @@
 
 / {
 	model = "TP-Link TL-WR741N/ND v1/v2";
-	compatible = "tplink,tl-wr741-v1";
+	compatible = "tplink,tl-wr741-v1", "qca,ar7240";
 };

+ 1 - 1
target/linux/ath79/dts/ar7240_tplink_tl-wr743nd-v1.dts

@@ -5,5 +5,5 @@
 
 / {
 	model = "TP-Link TL-WR743ND v1";
-	compatible = "tplink,tl-wr743nd-v1";
+	compatible = "tplink,tl-wr743nd-v1", "qca,ar7240";
 };

+ 1 - 1
target/linux/ath79/dts/ar7240_tplink_tl-wr841-v5.dts

@@ -5,5 +5,5 @@
 
 / {
 	model = "TP-Link TL-WR841N/ND v5/v6";
-	compatible = "tplink,tl-wr841-v5";
+	compatible = "tplink,tl-wr841-v5", "qca,ar7240";
 };

+ 1 - 1
target/linux/ath79/dts/ar7240_tplink_tl-wr941-v4.dts

@@ -5,5 +5,5 @@
 
 / {
 	model = "TP-Link TL-WR941N/ND v4";
-	compatible = "tplink,tl-wr941-v4";
+	compatible = "tplink,tl-wr941-v4", "qca,ar7240";
 };

+ 1 - 1
target/linux/ath79/dts/ar7241_ubnt_airrouter.dts

@@ -4,7 +4,7 @@
 #include "ar7241_ubnt_xm.dtsi"
 
 / {
-	compatible = "ubnt,airrouter", "qca,ar7241";
+	compatible = "ubnt,airrouter", "ubnt,xm", "qca,ar7241";
 	model = "Ubiquiti AirRouter";
 
 	aliases {

+ 1 - 1
target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts

@@ -4,7 +4,7 @@
 #include "ar7241_ubnt_xm_outdoor.dtsi"
 
 / {
-	compatible = "ubnt,bullet-m", "qca,ar7241";
+	compatible = "ubnt,bullet-m", "ubnt,xm", "qca,ar7241";
 	model = "Ubiquiti Bullet M";
 };
 

+ 1 - 1
target/linux/ath79/dts/ar7241_ubnt_nano-m.dts

@@ -4,6 +4,6 @@
 #include "ar7241_ubnt_xm_outdoor.dtsi"
 
 / {
-	compatible = "ubnt,nano-m", "qca,ar7241";
+	compatible = "ubnt,nano-m", "ubnt,xm", "qca,ar7241";
 	model = "Ubiquiti Nanostation M";
 };

+ 1 - 1
target/linux/ath79/dts/ar7241_ubnt_rocket-m.dts

@@ -4,7 +4,7 @@
 #include "ar7241_ubnt_xm_outdoor.dtsi"
 
 / {
-	compatible = "ubnt,rocket-m", "qca,ar7241";
+	compatible = "ubnt,rocket-m", "ubnt,xm", "qca,ar7241";
 	model = "Ubiquiti Rocket M";
 };
 

+ 1 - 1
target/linux/ath79/dts/ar9331_etactica_eg200.dts

@@ -8,7 +8,7 @@
 
 / {
 	model = "eTactica EG200";
-	compatible = "etactica,eg200", "rme-eg200";
+	compatible = "etactica,eg200", "qca,ar9331";
 
 	aliases {
 		serial0 = &uart;

+ 1 - 1
target/linux/ath79/dts/ar9331_tplink_tl-wr740nd-v4.dts

@@ -5,5 +5,5 @@
 
 / {
 	model = "TP-Link TL-WR740N/ND v4";
-	compatible = "tplink,tl-wr740nd-v4";
+	compatible = "tplink,tl-wr740nd-v4", "qca,ar9331";
 };

+ 1 - 1
target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dts

@@ -5,5 +5,5 @@
 
 / {
 	model = "TP-Link TL-WR741N/ND v4";
-	compatible = "tplink,tl-wr741nd-v4";
+	compatible = "tplink,tl-wr741nd-v4", "qca,ar9331";
 };

+ 1 - 1
target/linux/ath79/dts/ar9341_tplink_tl-wr842n-v2.dts

@@ -8,7 +8,7 @@
 
 / {
 	model = "TP-Link TL-WR842N/ND v2";
-	compatible = "tplink,tl-wr842n-v2";
+	compatible = "tplink,tl-wr842n-v2", "qca,ar9341";
 
 	aliases {
 		serial0 = &uart;

+ 1 - 1
target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts

@@ -7,7 +7,7 @@
 #include "ar9342_ubnt_xw.dtsi"
 
 / {
-	compatible = "ubnt,bullet-m-xw", "ubnt,xw";
+	compatible = "ubnt,bullet-m-xw", "ubnt,xw", "qca,ar9342";
 	model = "Ubiquiti Bullet M (XW)";
 };
 

+ 1 - 1
target/linux/ath79/dts/ar9342_ubnt_lap-120.dts

@@ -6,7 +6,7 @@
 #include "ar9342_ubnt_wa.dtsi"
 
 / {
-	compatible = "ubnt,lap-120", "ubnt,wa";
+	compatible = "ubnt,lap-120", "ubnt,wa", "qca,ar9342";
 	model = "Ubiquiti LiteAP ac (LAP-120)";
 };
 

+ 1 - 1
target/linux/ath79/dts/ar9342_ubnt_nanostation-ac-loco.dts

@@ -7,7 +7,7 @@
 #include "ar9342_ubnt_wa.dtsi"
 
 / {
-	compatible = "ubnt,nanostation-ac-loco", "ubnt,wa";
+	compatible = "ubnt,nanostation-ac-loco", "ubnt,wa", "qca,ar9342";
 	model = "Ubiquiti Nanostation AC loco (WA)";
 };
 

+ 1 - 1
target/linux/ath79/dts/ar9342_ubnt_nanostation-ac.dts

@@ -7,7 +7,7 @@
 #include "ar9342_ubnt_wa.dtsi"
 
 / {
-	compatible = "ubnt,nanostation-ac", "ubnt,wa";
+	compatible = "ubnt,nanostation-ac","ubnt,wa", "qca,ar9342";
 	model = "Ubiquiti Nanostation AC (WA)";
 
 	gpio-leds {

+ 1 - 1
target/linux/ath79/dts/ar9342_ubnt_wa.dtsi

@@ -6,7 +6,7 @@
 #include "ar9344.dtsi"
 
 / {
-	compatible = "ubnt,wa", "qca,ar9344";
+	compatible = "ubnt,wa", "qca,ar9342";
 	model = "Ubiquiti Networks WA board";
 
 	keys {

+ 1 - 1
target/linux/ath79/dts/ar9344_tplink_tl-wdr3600.dts

@@ -5,5 +5,5 @@
 
 / {
 	model = "TP-Link WDR3600";
-	compatible = "tplink,tl-wdr3600";
+	compatible = "tplink,tl-wdr3600", "qca,ar9344";
 };

+ 1 - 1
target/linux/ath79/dts/ar9344_tplink_tl-wdr4300.dts

@@ -5,5 +5,5 @@
 
 / {
 	model = "TP-Link WDR4300";
-	compatible = "tplink,tl-wdr4300";
+	compatible = "tplink,tl-wdr4300", "qca,ar9344";
 };

+ 0 - 3
target/linux/ath79/dts/ar9344_tplink_tl-wdr4300.dtsi

@@ -6,9 +6,6 @@
 #include "ar9344.dtsi"
 
 / {
-	model = "TP-Link WDR4300";
-	compatible = "tplink,tl-wdr4300";
-
 	aliases {
 		led-boot = &system;
 		led-failsafe = &system;

+ 1 - 1
target/linux/ath79/dts/qca9563_phicomm_k2t.dts

@@ -8,7 +8,7 @@
 
 / {
 	model = "Phicomm K2T";
-	compatible = "phicomm,k2t";
+	compatible = "phicomm,k2t", "qca,qca9563";
 
 	aliases {
 		led-boot = &status_red;