Browse Source

lantiq: remove the former board name from device tree model

Remove the former used board name from the device model property and
use the model name as it is.

Signed-off-by: Mathias Kresin <[email protected]>
Mathias Kresin 9 years ago
parent
commit
26dc65b126
60 changed files with 60 additions and 60 deletions
  1. 1 1
      target/linux/lantiq/base-files/lib/preinit/01_preinit_board.sh
  2. 1 1
      target/linux/lantiq/dts/ACMP252.dts
  3. 1 1
      target/linux/lantiq/dts/ALL0333CJ.dts
  4. 1 1
      target/linux/lantiq/dts/ARV4510PW.dts
  5. 1 1
      target/linux/lantiq/dts/ARV4518PWR01.dts
  6. 1 1
      target/linux/lantiq/dts/ARV4518PWR01A.dts
  7. 1 1
      target/linux/lantiq/dts/ARV4519PW.dts
  8. 1 1
      target/linux/lantiq/dts/ARV4520PW.dts
  9. 1 1
      target/linux/lantiq/dts/ARV4525PW.dts
  10. 1 1
      target/linux/lantiq/dts/ARV452CQW.dts
  11. 1 1
      target/linux/lantiq/dts/ARV7506PW11.dts
  12. 1 1
      target/linux/lantiq/dts/ARV7510PW22.dts
  13. 1 1
      target/linux/lantiq/dts/ARV7518PW.dts
  14. 1 1
      target/linux/lantiq/dts/ARV7519PW.dts
  15. 1 1
      target/linux/lantiq/dts/ARV7519RW22.dts
  16. 1 1
      target/linux/lantiq/dts/ARV7525PW.dts
  17. 1 1
      target/linux/lantiq/dts/ARV752DPW.dts
  18. 1 1
      target/linux/lantiq/dts/ARV752DPW22.dts
  19. 1 1
      target/linux/lantiq/dts/ARV8539PW22.dts
  20. 1 1
      target/linux/lantiq/dts/ASL56026.dts
  21. 1 1
      target/linux/lantiq/dts/BTHOMEHUBV2B.dts
  22. 1 1
      target/linux/lantiq/dts/BTHOMEHUBV3A.dts
  23. 1 1
      target/linux/lantiq/dts/BTHOMEHUBV5A.dts
  24. 1 1
      target/linux/lantiq/dts/DGN1000B.dts
  25. 1 1
      target/linux/lantiq/dts/DGN3500.dts
  26. 1 1
      target/linux/lantiq/dts/DGN3500B.dts
  27. 1 1
      target/linux/lantiq/dts/DM200.dts
  28. 1 1
      target/linux/lantiq/dts/EASY50712.dts
  29. 1 1
      target/linux/lantiq/dts/EASY80920NAND.dts
  30. 1 1
      target/linux/lantiq/dts/EASY80920NOR.dts
  31. 1 1
      target/linux/lantiq/dts/EASY88388.dts
  32. 1 1
      target/linux/lantiq/dts/EASY88444.dts
  33. 1 1
      target/linux/lantiq/dts/EASY98000NAND.dts
  34. 1 1
      target/linux/lantiq/dts/EASY98000NOR.dts
  35. 1 1
      target/linux/lantiq/dts/EASY98000SFLASH.dts
  36. 1 1
      target/linux/lantiq/dts/EASY98020.dts
  37. 1 1
      target/linux/lantiq/dts/EASY98020V18.dts
  38. 1 1
      target/linux/lantiq/dts/EASY98021.dts
  39. 1 1
      target/linux/lantiq/dts/EASY98035SYNCE.dts
  40. 1 1
      target/linux/lantiq/dts/EASY98035SYNCE1588.dts
  41. 1 1
      target/linux/lantiq/dts/FALCON-MDU.dts
  42. 1 1
      target/linux/lantiq/dts/FALCON-SFP.dts
  43. 1 1
      target/linux/lantiq/dts/FRITZ3370.dts
  44. 1 1
      target/linux/lantiq/dts/FRITZ7320.dts
  45. 1 1
      target/linux/lantiq/dts/FRITZ7360SL.dts
  46. 1 1
      target/linux/lantiq/dts/GIGASX76X.dts
  47. 1 1
      target/linux/lantiq/dts/H201L.dts
  48. 1 1
      target/linux/lantiq/dts/P2601HNFX.dts
  49. 1 1
      target/linux/lantiq/dts/P2812HNUF1.dts
  50. 1 1
      target/linux/lantiq/dts/P2812HNUF3.dts
  51. 1 1
      target/linux/lantiq/dts/TDW8970.dts
  52. 1 1
      target/linux/lantiq/dts/TDW8980.dts
  53. 1 1
      target/linux/lantiq/dts/VG3503J.dts
  54. 1 1
      target/linux/lantiq/dts/VGV7510KW22BRN.dts
  55. 1 1
      target/linux/lantiq/dts/VGV7510KW22NOR.dts
  56. 1 1
      target/linux/lantiq/dts/VGV7519BRN.dts
  57. 1 1
      target/linux/lantiq/dts/VGV7519NOR.dts
  58. 1 1
      target/linux/lantiq/dts/VR200v.dts
  59. 1 1
      target/linux/lantiq/dts/WBMR.dts
  60. 1 1
      target/linux/lantiq/dts/WBMR300.dts

+ 1 - 1
target/linux/lantiq/base-files/lib/preinit/01_preinit_board.sh

@@ -2,7 +2,7 @@
 
 
 lantiq_board_detect() {
 lantiq_board_detect() {
 	name="$(strings /proc/device-tree/compatible | head -1)"
 	name="$(strings /proc/device-tree/compatible | head -1)"
-	model=`grep "^machine" /proc/cpuinfo | sed "s/machine.*: \(.*\)/\1/g" | sed "s/.* - \(.*\)/\1/g"`
+	model="$(cat /proc/device-tree/model)"
 	[ -z "$name" ] && name="unknown"
 	[ -z "$name" ] && name="unknown"
 	[ -z "$model" ] && model="unknown"
 	[ -z "$model" ] && model="unknown"
 	[ -e "/tmp/sysinfo/" ] || mkdir -p "/tmp/sysinfo/"
 	[ -e "/tmp/sysinfo/" ] || mkdir -p "/tmp/sysinfo/"

+ 1 - 1
target/linux/lantiq/dts/ACMP252.dts

@@ -4,7 +4,7 @@
 
 
 / {
 / {
 	compatible = "audiocodes,mp-252", "lantiq,xway", "lantiq,danube";
 	compatible = "audiocodes,mp-252", "lantiq,xway", "lantiq,danube";
-	model = "ACMP252 - AudioCodes MediaPack MP-252";
+	model = "AudioCodes MediaPack MP-252";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ALL0333CJ.dts

@@ -4,7 +4,7 @@
 
 
 / {
 / {
 	compatible = "allnet,all0333cj", "lantiq,xway", "lantiq,ase";
 	compatible = "allnet,all0333cj", "lantiq,xway", "lantiq,ase";
-	model = "ALL0333CJ - Allnet ALL0333CJ DSL Modem";
+	model = "Allnet ALL0333CJ DSL Modem";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ARV4510PW.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv4510pw", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv4510pw", "lantiq,xway", "lantiq,danube";
-	model = "ARV4510PW - Wippies, Elisa";
+	model = "Wippies, Elisa";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ARV4518PWR01.dts

@@ -4,5 +4,5 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv4518pwr01", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv4518pwr01", "lantiq,xway", "lantiq,danube";
-	model = "ARV4518PWR01 - SMC7908A-ISP";
+	model = "SMC7908A-ISP";
 };
 };

+ 1 - 1
target/linux/lantiq/dts/ARV4518PWR01A.dts

@@ -4,7 +4,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv4518pwr01a", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv4518pwr01a", "lantiq,xway", "lantiq,danube";
-	model = "ARV4518PWR01A - SMC7908A-ISP, Airties WAV-221";
+	model = "SMC7908A-ISP, Airties WAV-221";
 
 
 	fpi@10000000 {
 	fpi@10000000 {
 		pci@E105400 {
 		pci@E105400 {

+ 1 - 1
target/linux/lantiq/dts/ARV4519PW.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv4519pw", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv4519pw", "lantiq,xway", "lantiq,danube";
-	model = "ARV4519PW - Vodafone Netfaster IAD 2, Pirelli P.RG A4201G";
+	model = "Vodafone Netfaster IAD 2, Pirelli P.RG A4201G";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ARV4520PW.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv4520pw", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv4520pw", "lantiq,xway", "lantiq,danube";
-	model = "ARV4520PW - Easybox 800, WAV-281";
+	model = "Easybox 800, WAV-281";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ARV4525PW.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv4525pw", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv4525pw", "lantiq,xway", "lantiq,danube";
-	model = "ARV4525PW - Speedport W501V Typ A";
+	model = "Speedport W501V Typ A";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ARV452CQW.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv452cqw", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv452cqw", "lantiq,xway", "lantiq,danube";
-	model = "ARV452CQW - Arcor 801";
+	model = "Arcor 801";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ARV7506PW11.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv7506pw11", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv7506pw11", "lantiq,xway", "lantiq,danube";
-	model = "ARV7506PW11 - Alice/O2 IAD 4421";
+	model = "Alice/O2 IAD 4421";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ARV7510PW22.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv7510pw22", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv7510pw22", "lantiq,xway", "lantiq,danube";
-	model = "ARV7510PW22 - Astoria Networks";
+	model = "Astoria Networks ARV7510PW22";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ARV7518PW.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv7518pw", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv7518pw", "lantiq,xway", "lantiq,danube";
-	model = "ARV7518PW - Astoria Networks";
+	model = "Astoria Networks ARV7518PW";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ARV7519PW.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv7519pw", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv7519pw", "lantiq,xway", "lantiq,danube";
-	model = "ARV7519PW - Astoria Networks";
+	model = "Astoria Networks ARV7519PW";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ARV7519RW22.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv7519rw22", "lantiq,xway", "lantiq,vr9";
 	compatible = "arcadyan,arv7519rw22", "lantiq,xway", "lantiq,vr9";
-	model = "ARV7519RW22 - Orange Livebox 2.1";
+	model = "Orange Livebox 2.1";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ARV7525PW.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv7525pw", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv7525pw", "lantiq,xway", "lantiq,danube";
-	model = "ARV7525PW - Speedport W303V Typ A";
+	model = "Speedport W303V Typ A";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ARV752DPW.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv752dpw", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv752dpw", "lantiq,xway", "lantiq,danube";
-	model = "ARV752DPW - Arcor 802";
+	model = "Arcor 802";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ARV752DPW22.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv752dpw22", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv752dpw22", "lantiq,xway", "lantiq,danube";
-	model = "ARV752DPW22 - Arcor 803";
+	model = "Arcor 803";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ARV8539PW22.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,arv8539pw22", "lantiq,xway", "lantiq,danube";
 	compatible = "arcadyan,arv8539pw22", "lantiq,xway", "lantiq,danube";
-	model = "ARV8539PW22 - Speedport W 504V Typ A";
+	model = "Speedport W 504V Typ A";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/ASL56026.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "alphanetworks,asl56026", "lantiq,xway", "lantiq,vr9";
 	compatible = "alphanetworks,asl56026", "lantiq,xway", "lantiq,vr9";
-	model = "ASL56026 - BT OpenReach VDSL Modem";
+	model = "BT OpenReach VDSL Modem";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/BTHOMEHUBV2B.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "bt,homehub-v2b", "lantiq,xway", "lantiq,danube";
 	compatible = "bt,homehub-v2b", "lantiq,xway", "lantiq,danube";
-	model = "BTHOMEHUBV2B - BT Home Hub 2B";  /* SoC: Lantiq Danube-S PSB 50712 @ 333MHz V1.3/1.5 */
+	model = "BT Home Hub 2B";  /* SoC: Lantiq Danube-S PSB 50712 @ 333MHz V1.3/1.5 */
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/BTHOMEHUBV3A.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "bt,homehub-v3a", "lantiq,xway", "lantiq,ar9";
 	compatible = "bt,homehub-v3a", "lantiq,xway", "lantiq,ar9";
-	model = "BTHOMEHUBV3A - BT Home Hub 3A";  /* SoC: Lantiq ar9 @ 333MHz */
+	model = "BT Home Hub 3A";  /* SoC: Lantiq ar9 @ 333MHz */
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/BTHOMEHUBV5A.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "bt,homehub-v5a", "lantiq,xway", "lantiq,vr9";
 	compatible = "bt,homehub-v5a", "lantiq,xway", "lantiq,vr9";
-	model = "BTHOMEHUBV5A - BT Home Hub 5A";
+	model = "BT Home Hub 5A";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/DGN1000B.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "netgear,dgn1000b", "lantiq,xway", "lantiq,ase";
 	compatible = "netgear,dgn1000b", "lantiq,xway", "lantiq,ase";
-	model = "DGN1000B - Netgear DGN1000B";
+	model = "Netgear DGN1000B";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/DGN3500.dts

@@ -4,5 +4,5 @@
 
 
 / {
 / {
 	compatible = "netgear,dgn3500", "lantiq,xway", "lantiq,ar9";
 	compatible = "netgear,dgn3500", "lantiq,xway", "lantiq,ar9";
-	model = "DGN3500 - Netgear DGN3500";
+	model = "Netgear DGN3500";
 };
 };

+ 1 - 1
target/linux/lantiq/dts/DGN3500B.dts

@@ -4,5 +4,5 @@
 
 
 / {
 / {
 	compatible = "netgear,dgn3500b", "lantiq,xway", "lantiq,ar9";
 	compatible = "netgear,dgn3500b", "lantiq,xway", "lantiq,ar9";
-	model = "DGN3500B - Netgear DGN3500B";
+	model = "Netgear DGN3500B";
 };
 };

+ 1 - 1
target/linux/lantiq/dts/DM200.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "netgear,dm200", "lantiq,xway", "lantiq,ar9";
 	compatible = "netgear,dm200", "lantiq,xway", "lantiq,ar9";
-	model = "DM200 - Netgear DM200";
+	model = "Netgear DM200";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/EASY50712.dts

@@ -4,7 +4,7 @@
 
 
 / {
 / {
 	compatible = "lantiq,easy50712", "lantiq,xway", "lantiq,danube";
 	compatible = "lantiq,easy50712", "lantiq,xway", "lantiq,danube";
-	model = "EASY50712 - Intel EASY50712 Nand";
+	model = "Intel EASY50712 Nand";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/EASY80920NAND.dts

@@ -5,7 +5,7 @@
 
 
 / {
 / {
 	compatible = "lantiq,easy80920-nand", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9";
 	compatible = "lantiq,easy80920-nand", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9";
-	model = "EASY80920NAND - Intel EASY80920 Nand";
+	model = "Intel EASY80920 Nand";
 
 
 	chosen {
 	chosen {
 		bootargs = "ubi.mtd=ubi ubi.block=0,rootfsA root=/dev/ubiblock0_1";
 		bootargs = "ubi.mtd=ubi ubi.block=0,rootfsA root=/dev/ubiblock0_1";

+ 1 - 1
target/linux/lantiq/dts/EASY80920NOR.dts

@@ -5,7 +5,7 @@
 
 
 / {
 / {
 	compatible = "lantiq,easy80920-nor", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9";
 	compatible = "lantiq,easy80920-nor", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9";
-	model = "EASY80920NOR - Intel EASY80920 Nor";
+	model = "Intel EASY80920 Nor";
 
 
 	fpi@10000000 {
 	fpi@10000000 {
 		localbus@0 {
 		localbus@0 {

+ 1 - 1
target/linux/lantiq/dts/EASY88388.dts

@@ -5,7 +5,7 @@
 #include "falcon-sflash-16M.dtsi"
 #include "falcon-sflash-16M.dtsi"
 
 
 / {
 / {
-	model = "EASY88388 - Lantiq Falcon FTTDP8 Reference Board";
+	model = "Lantiq Falcon FTTDP8 Reference Board";
 	compatible = "lantiq,easy88388", "lantiq,falcon";
 	compatible = "lantiq,easy88388", "lantiq,falcon";
 
 
 	aliases {
 	aliases {

+ 1 - 1
target/linux/lantiq/dts/EASY88444.dts

@@ -5,7 +5,7 @@
 #include "falcon-sflash-16M.dtsi"
 #include "falcon-sflash-16M.dtsi"
 
 
 / {
 / {
-	model = "EASY88444 - Lantiq Falcon FTTdp G.FAST Reference Board";
+	model = "Lantiq Falcon FTTdp G.FAST Reference Board";
 	compatible = "lantiq,easy88444", "lantiq,falcon";
 	compatible = "lantiq,easy88444", "lantiq,falcon";
 
 
 	aliases {
 	aliases {

+ 1 - 1
target/linux/lantiq/dts/EASY98000NAND.dts

@@ -4,7 +4,7 @@
 #include "EASY98000-base.dtsi"
 #include "EASY98000-base.dtsi"
 
 
 / {
 / {
-	model = "EASY98000NAND - Lantiq Falcon (NAND)";
+	model = "Lantiq Falcon (NAND)";
 	compatible = "lantiq,easy98000-nand", "lantiq,easy98000", "lantiq,falcon";
 	compatible = "lantiq,easy98000-nand", "lantiq,easy98000", "lantiq,falcon";
 
 
 	aliases {
 	aliases {

+ 1 - 1
target/linux/lantiq/dts/EASY98000NOR.dts

@@ -4,7 +4,7 @@
 #include "EASY98000-base.dtsi"
 #include "EASY98000-base.dtsi"
 
 
 / {
 / {
-	model = "EASY98000NOR - Lantiq Falcon (NOR)";
+	model = "Lantiq Falcon (NOR)";
 	compatible = "lantiq,easy98000-nor", "lantiq,easy98000", "lantiq,falcon";
 	compatible = "lantiq,easy98000-nor", "lantiq,easy98000", "lantiq,falcon";
 
 
 	aliases {
 	aliases {

+ 1 - 1
target/linux/lantiq/dts/EASY98000SFLASH.dts

@@ -5,7 +5,7 @@
 #include "falcon-sflash-16M.dtsi"
 #include "falcon-sflash-16M.dtsi"
 
 
 / {
 / {
-	model = "EASY98000SFLASH - Lantiq Falcon (SFLASH)";
+	model = "Lantiq Falcon (SFLASH)";
 	compatible = "lantiq,easy98000-sflash", "lantiq,easy98000", "lantiq,falcon";
 	compatible = "lantiq,easy98000-sflash", "lantiq,easy98000", "lantiq,falcon";
 
 
 	aliases {
 	aliases {

+ 1 - 1
target/linux/lantiq/dts/EASY98020.dts

@@ -6,7 +6,7 @@
 #include "falcon-sflash-16M.dtsi"
 #include "falcon-sflash-16M.dtsi"
 
 
 / {
 / {
-	model = "EASY98020 - Lantiq Falcon Reference Board";
+	model = "Lantiq Falcon Reference Board";
 	compatible = "lantiq,easy98020", "lantiq,falcon";
 	compatible = "lantiq,easy98020", "lantiq,falcon";
 
 
 	aliases {
 	aliases {

+ 1 - 1
target/linux/lantiq/dts/EASY98020V18.dts

@@ -6,7 +6,7 @@
 #include "falcon-sflash-16M.dtsi"
 #include "falcon-sflash-16M.dtsi"
 
 
 / {
 / {
-	model = "EASY98020V18 - Lantiq Falcon Reference Board V1.8";
+	model = "Lantiq Falcon Reference Board V1.8";
 	compatible = "lantiq,easy98020-v18", "lantiq,easy98020", "lantiq,falcon";
 	compatible = "lantiq,easy98020-v18", "lantiq,easy98020", "lantiq,falcon";
 
 
 	aliases {
 	aliases {

+ 1 - 1
target/linux/lantiq/dts/EASY98021.dts

@@ -6,7 +6,7 @@
 #include "falcon-sflash-16M.dtsi"
 #include "falcon-sflash-16M.dtsi"
 
 
 / {
 / {
-	model = "EASY98021 - Lantiq Falcon HGU Reference Board";
+	model = "Lantiq Falcon HGU Reference Board";
 	compatible = "lantiq,easy98021", "lantiq,easy98020", "lantiq,falcon";
 	compatible = "lantiq,easy98021", "lantiq,easy98020", "lantiq,falcon";
 
 
 	aliases {
 	aliases {

+ 1 - 1
target/linux/lantiq/dts/EASY98035SYNCE.dts

@@ -4,7 +4,7 @@
 #include "falcon-sflash-16M.dtsi"
 #include "falcon-sflash-16M.dtsi"
 
 
 / {
 / {
-	model = "EASY98035SYNCE - Lantiq Falcon SFP Stick with SyncE";
+	model = "Lantiq Falcon SFP Stick with SyncE";
 	compatible = "lantiq,easy98035synce", "lantiq,falcon-sfp", "lantiq,falcon";
 	compatible = "lantiq,easy98035synce", "lantiq,falcon-sfp", "lantiq,falcon";
 
 
 	aliases {
 	aliases {

+ 1 - 1
target/linux/lantiq/dts/EASY98035SYNCE1588.dts

@@ -4,7 +4,7 @@
 #include "falcon-sflash-16M.dtsi"
 #include "falcon-sflash-16M.dtsi"
 
 
 / {
 / {
-	model = "EASY98035SYNCE1588 - Lantiq Falcon SFP Stick with SyncE/1588";
+	model = "Lantiq Falcon SFP Stick with SyncE/1588";
 	compatible = "lantiq,easy98035synce1588", "lantiq,falcon-sfp", "lantiq,falcon";
 	compatible = "lantiq,easy98035synce1588", "lantiq,falcon-sfp", "lantiq,falcon";
 
 
 	aliases {
 	aliases {

+ 1 - 1
target/linux/lantiq/dts/FALCON-MDU.dts

@@ -6,7 +6,7 @@
 #include "falcon-sflash-16M.dtsi"
 #include "falcon-sflash-16M.dtsi"
 
 
 / {
 / {
-	model = "FALCON-MDU - Lantiq Falcon / Vinax MDU Board";
+	model = "Lantiq Falcon / Vinax MDU Board";
 	compatible = "lantiq,falcon-mdu", "lantiq,falcon";
 	compatible = "lantiq,falcon-mdu", "lantiq,falcon";
 
 
 	aliases {
 	aliases {

+ 1 - 1
target/linux/lantiq/dts/FALCON-SFP.dts

@@ -4,7 +4,7 @@
 #include "falcon-sflash-16M.dtsi"
 #include "falcon-sflash-16M.dtsi"
 
 
 / {
 / {
-	model = "FALCON-SFP - Lantiq Falcon SFP Stick";
+	model = "Lantiq Falcon SFP Stick";
 	compatible = "lantiq,falcon-sfp", "lantiq,falcon";
 	compatible = "lantiq,falcon-sfp", "lantiq,falcon";
 
 
 	aliases {
 	aliases {

+ 1 - 1
target/linux/lantiq/dts/FRITZ3370.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "avm,fritz3370", "lantiq,xway", "lantiq,vr9";
 	compatible = "avm,fritz3370", "lantiq,xway", "lantiq,vr9";
-	model = "FRITZ3370 - Fritz!Box WLAN 3370";
+	model = "Fritz!Box WLAN 3370";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200 ubi.mtd=1,512 root=/dev/mtdblock9";
 		bootargs = "console=ttyLTQ0,115200 ubi.mtd=1,512 root=/dev/mtdblock9";

+ 1 - 1
target/linux/lantiq/dts/FRITZ7320.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "avm,fritz7320", "lantiq,xway", "lantiq,ar9";
 	compatible = "avm,fritz7320", "lantiq,xway", "lantiq,ar9";
-	model = "FRITZ7320 - 1&1 HomeServer";
+	model = "1&1 HomeServer";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/FRITZ7360SL.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "avm,fritz7360sl", "lantiq,xway", "lantiq,vr9";
 	compatible = "avm,fritz7360sl", "lantiq,xway", "lantiq,vr9";
-	model = "FRITZ7360SL - 1&1 HomeServer";
+	model = "1&1 HomeServer";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/GIGASX76X.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "siemens,gigaset-sx76x", "lantiq,xway", "lantiq,danube";
 	compatible = "siemens,gigaset-sx76x", "lantiq,xway", "lantiq,danube";
-	model = "GIGASX76X - Gigaset SX761,SX762,SX763";
+	model = "Gigaset SX761,SX762,SX763";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/H201L.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "zte,h201l", "lantiq,xway", "lantiq,ar9";
 	compatible = "zte,h201l", "lantiq,xway", "lantiq,ar9";
-	model = "H201L - ZTE H210L";
+	model = "ZTE H210L";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/P2601HNFX.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "zyxel,p-2601hn", "lantiq,xway", "lantiq,danube";
 	compatible = "zyxel,p-2601hn", "lantiq,xway", "lantiq,danube";
-	model = "P2601HNFX - ZyXEL P-2601HN-Fx";
+	model = "ZyXEL P-2601HN-Fx";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/P2812HNUF1.dts

@@ -4,7 +4,7 @@
 
 
 / {
 / {
 	compatible = "zyxel,p-2812hnu-f1", "zyxel,p-2812hnu", "lantiq,xway", "lantiq,vr9";
 	compatible = "zyxel,p-2812hnu-f1", "zyxel,p-2812hnu", "lantiq,xway", "lantiq,vr9";
-	model = "P2812HNUF1 - ZyXEL P-2812HNU-F1";
+	model = "ZyXEL P-2812HNU-F1";
 
 
 	aliases {
 	aliases {
 		led-usb = &usb1;
 		led-usb = &usb1;

+ 1 - 1
target/linux/lantiq/dts/P2812HNUF3.dts

@@ -4,7 +4,7 @@
 
 
 / {
 / {
 	compatible = "zyxel,p-2812hnu-f3", "zyxel,p-2812hnu", "lantiq,xway", "lantiq,vr9";
 	compatible = "zyxel,p-2812hnu-f3", "zyxel,p-2812hnu", "lantiq,xway", "lantiq,vr9";
-	model = "P2812HNUF3 - ZyXEL P-2812HNU-F3";
+	model = "ZyXEL P-2812HNU-F3";
 
 
 	fpi@10000000 {
 	fpi@10000000 {
 		localbus@0 {
 		localbus@0 {

+ 1 - 1
target/linux/lantiq/dts/TDW8970.dts

@@ -4,5 +4,5 @@
 
 
 / {
 / {
 	compatible = "tplink,tdw8970", "tplink,tdw89x0", "lantiq,xway", "lantiq,vr9";
 	compatible = "tplink,tdw8970", "tplink,tdw89x0", "lantiq,xway", "lantiq,vr9";
-	model = "TDW8970 - TP-LINK TD-W8970";
+	model = "TP-LINK TD-W8970";
 };
 };

+ 1 - 1
target/linux/lantiq/dts/TDW8980.dts

@@ -4,7 +4,7 @@
 
 
 / {
 / {
 	compatible = "tplink,tdw8980", "tplink,tdw89x0", "lantiq,xway", "lantiq,vr9";
 	compatible = "tplink,tdw8980", "tplink,tdw89x0", "lantiq,xway", "lantiq,vr9";
-	model = "TDW8980 - TP-LINK TD-W8980";
+	model = "TP-LINK TD-W8980";
 
 
 	fpi@10000000 {
 	fpi@10000000 {
 		gpio: pinmux@E100B10 {
 		gpio: pinmux@E100B10 {

+ 1 - 1
target/linux/lantiq/dts/VG3503J.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,vg3503j", "lantiq,xway", "lantiq,vr9";
 	compatible = "arcadyan,vg3503j", "lantiq,xway", "lantiq,vr9";
-	model = "VG3503J - BT OpenReach VDSL Modem";
+	model = "BT OpenReach VDSL Modem";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/VGV7510KW22BRN.dts

@@ -4,7 +4,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,vgv7510kw22-brn", "arcadyan,vgv7510kw22", "lantiq,xway", "lantiq,vr9";
 	compatible = "arcadyan,vgv7510kw22-brn", "arcadyan,vgv7510kw22", "lantiq,xway", "lantiq,vr9";
-	model = "VGV7510KW22BRN - o2 Box 6431";
+	model = "o2 Box 6431";
 
 
 	sram@1F000000 {
 	sram@1F000000 {
 		cgu@103000 {
 		cgu@103000 {

+ 1 - 1
target/linux/lantiq/dts/VGV7510KW22NOR.dts

@@ -4,7 +4,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,vgv7510kw22-nor", "arcadyan,vgv7510kw22", "lantiq,xway", "lantiq,vr9";
 	compatible = "arcadyan,vgv7510kw22-nor", "arcadyan,vgv7510kw22", "lantiq,xway", "lantiq,vr9";
-	model = "VGV7510KW22NOR - o2 Box 6431";
+	model = "o2 Box 6431";
 
 
 	fpi@10000000 {
 	fpi@10000000 {
 		localbus@0 {
 		localbus@0 {

+ 1 - 1
target/linux/lantiq/dts/VGV7519BRN.dts

@@ -5,7 +5,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,vgv7519-brn", "arcadyan,vgv7519", "lantiq,xway", "lantiq,vr9";
 	compatible = "arcadyan,vgv7519-brn", "arcadyan,vgv7519", "lantiq,xway", "lantiq,vr9";
-	model = "VGV7519BRN - KPN Experiabox V8";
+	model = "KPN Experiabox V8";
 
 
 	fpi@10000000 {
 	fpi@10000000 {
 		localbus@0 {
 		localbus@0 {

+ 1 - 1
target/linux/lantiq/dts/VGV7519NOR.dts

@@ -5,7 +5,7 @@
 
 
 / {
 / {
 	compatible = "arcadyan,vgv7519-nor", "arcadyan,vgv7519", "lantiq,xway", "lantiq,vr9";
 	compatible = "arcadyan,vgv7519-nor", "arcadyan,vgv7519", "lantiq,xway", "lantiq,vr9";
-	model = "VGV7519NOR - KPN Experiabox V8";
+	model = "KPN Experiabox V8";
 
 
 	fpi@10000000 {
 	fpi@10000000 {
 		localbus@0 {
 		localbus@0 {

+ 1 - 1
target/linux/lantiq/dts/VR200v.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "tplink,vr200v", "lantiq,xway", "lantiq,vr9";
 	compatible = "tplink,vr200v", "lantiq,xway", "lantiq,vr9";
-	model = "VR200v - TP-LINK Archer VR200v";
+	model = "TP-LINK Archer VR200v";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/WBMR.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "buffalo,wbmr-hp-g300h", "lantiq,xway", "lantiq,ar9";
 	compatible = "buffalo,wbmr-hp-g300h", "lantiq,xway", "lantiq,ar9";
-	model = "WBMR - Buffalo WBMR-HP-G300H";
+	model = "Buffalo WBMR-HP-G300H";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";

+ 1 - 1
target/linux/lantiq/dts/WBMR300.dts

@@ -6,7 +6,7 @@
 
 
 / {
 / {
 	compatible = "buffalo,wbmr-300hpd", "lantiq,xway", "lantiq,vr9";
 	compatible = "buffalo,wbmr-300hpd", "lantiq,xway", "lantiq,vr9";
-	model = "WBMR300 - Buffalo WBMR-300HPD";
+	model = "Buffalo WBMR-300HPD";
 
 
 	chosen {
 	chosen {
 		bootargs = "console=ttyLTQ0,115200";
 		bootargs = "console=ttyLTQ0,115200";