Browse Source

ath79: fix vendor capitalization of TP-Link

According to detective grep, with this patch all devices should
be labelled "TP-Link" consistently.

Signed-off-by: Adrian Schmutzler <[email protected]>
Adrian Schmutzler 6 years ago
parent
commit
d7b4b5ec24

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

@@ -5,5 +5,5 @@
 
 / {
 	compatible = "tplink,cpe210-v2", "qca,qca9533";
-	model = "TP-LINK CPE210 v2";
+	model = "TP-Link CPE210 v2";
 };

+ 1 - 1
target/linux/ath79/dts/qca9533_tplink_cpe210-v3.dts

@@ -5,5 +5,5 @@
 
 / {
 	compatible = "tplink,cpe210-v3", "qca,qca9533";
-	model = "TP-LINK CPE210 v3";
+	model = "TP-Link CPE210 v3";
 };