ath79: make TP-Link revision naming consistent
This commit makes the TP-Link hardware-revision naming consistent to match the one used by the vendor. TP-Link refers to the different revisions as "vX" not "Version X". Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
		 David Bauer
					David Bauer
				
			
				
					committed by
					
						 Christian Lamparter
						Christian Lamparter
					
				
			
			
				
	
			
			
			 Christian Lamparter
						Christian Lamparter
					
				
			
						parent
						
							f2c83532f9
						
					
				
				
					commit
					6837c757cf
				
			| @@ -8,7 +8,7 @@ | |||||||
|  |  | ||||||
| / { | / { | ||||||
| 	compatible = "tplink,tl-wr1043nd-v1", "qca,ar9132"; | 	compatible = "tplink,tl-wr1043nd-v1", "qca,ar9132"; | ||||||
| 	model = "TP-Link TL-WR1043ND Version 1"; | 	model = "TP-Link TL-WR1043ND v1"; | ||||||
|  |  | ||||||
| 	aliases { | 	aliases { | ||||||
| 		led-boot = &system; | 		led-boot = &system; | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
|  |  | ||||||
| / { | / { | ||||||
| 	compatible = "tplink,tl-wr841-v11", "qca,qca9533"; | 	compatible = "tplink,tl-wr841-v11", "qca,qca9533"; | ||||||
| 	model = "TP-Link TL-WR841N/ND Version 11"; | 	model = "TP-Link TL-WR841N/ND v11"; | ||||||
|  |  | ||||||
| 	aliases { | 	aliases { | ||||||
| 		led-boot = &system_led; | 		led-boot = &system_led; | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
|  |  | ||||||
| / { | / { | ||||||
| 	compatible = "tplink,tl-wr841-v9", "qca,qca9533"; | 	compatible = "tplink,tl-wr841-v9", "qca,qca9533"; | ||||||
| 	model = "TP-Link TL-WR841N/ND Version 9"; | 	model = "TP-Link TL-WR841N/ND v9"; | ||||||
|  |  | ||||||
| 	aliases { | 	aliases { | ||||||
| 		led-boot = &qss_led; | 		led-boot = &qss_led; | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
|  |  | ||||||
| / { | / { | ||||||
| 	compatible = "tplink,archer-c7-v1", "qca,qca9558"; | 	compatible = "tplink,archer-c7-v1", "qca,qca9558"; | ||||||
| 	model = "TP-Link Archer C7 Version 1"; | 	model = "TP-Link Archer C7 v1"; | ||||||
| }; | }; | ||||||
|  |  | ||||||
| &gpio_keys { | &gpio_keys { | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
|  |  | ||||||
| / { | / { | ||||||
| 	compatible = "tplink,archer-c7-v2", "qca,qca9558"; | 	compatible = "tplink,archer-c7-v2", "qca,qca9558"; | ||||||
| 	model = "TP-Link Archer C7 Version 2"; | 	model = "TP-Link Archer C7 v2"; | ||||||
| }; | }; | ||||||
|  |  | ||||||
| &gpio_keys { | &gpio_keys { | ||||||
|   | |||||||
| @@ -8,5 +8,5 @@ | |||||||
|  |  | ||||||
| / { | / { | ||||||
| 	compatible = "tplink,tl-wr1043nd-v2", "qca,qca9557"; | 	compatible = "tplink,tl-wr1043nd-v2", "qca,qca9557"; | ||||||
| 	model = "TP-Link TL-WR1043ND Version 2"; | 	model = "TP-Link TL-WR1043ND v2"; | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -8,5 +8,5 @@ | |||||||
|  |  | ||||||
| / { | / { | ||||||
| 	compatible = "tplink,tl-wr1043nd-v3", "qca,qca9557"; | 	compatible = "tplink,tl-wr1043nd-v3", "qca,qca9557"; | ||||||
| 	model = "TP-Link TL-WR1043ND Version 3"; | 	model = "TP-Link TL-WR1043ND v3"; | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
|  |  | ||||||
| / { | / { | ||||||
| 	compatible = "tplink,archer-c2-v3", "qca,qca9563"; | 	compatible = "tplink,archer-c2-v3", "qca,qca9563"; | ||||||
| 	model = "TP-Link Archer C2 Version 3"; | 	model = "TP-Link Archer C2 v3"; | ||||||
|  |  | ||||||
| 	chosen { | 	chosen { | ||||||
| 		bootargs = "console=ttyS0,115200n8"; | 		bootargs = "console=ttyS0,115200n8"; | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
|  |  | ||||||
| / { | / { | ||||||
| 	compatible = "tplink,tl-wr1043nd-v4", "qca,qca9563"; | 	compatible = "tplink,tl-wr1043nd-v4", "qca,qca9563"; | ||||||
| 	model = "TP-Link TL-WR1043ND Version 4"; | 	model = "TP-Link TL-WR1043ND v4"; | ||||||
| }; | }; | ||||||
|  |  | ||||||
| &gpio_leds { | &gpio_leds { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user