aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-06-16 12:51:57 +0200
committerPetr Štetiar <ynezz@true.cz>2019-07-03 07:45:00 +0200
commitab02584685a5db880c0abe5a51d0213551e8728f (patch)
treeb01024583244d8cd1f9b089ea94df9cfca11cda2 /target/linux/ath79/dts
parent340df72e0745236379554dc9ff487e260a424465 (diff)
downloadupstream-ab02584685a5db880c0abe5a51d0213551e8728f.tar.gz
upstream-ab02584685a5db880c0abe5a51d0213551e8728f.tar.bz2
upstream-ab02584685a5db880c0abe5a51d0213551e8728f.zip
ath79: Use -v1 suffix for TP-Link WDR3600/4300
In ath79, identifiers tplink_tl-wdr3600 and tplink_tl-wdr4300 have been used while most other TP-Link devices include the revision. Although there actually is only one major revision of these devices, they bear the revision on their bottom (v1.x). TP-Link also refers to the devices as V1 on its web page. This patch thus adds -v1 to both so it is more consistent with other devices and with what you would expect from reading the on-device sticker and the support pages. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r--target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-v1.dts (renamed from target/linux/ath79/dts/ar9344_tplink_tl-wdr3600.dts)4
-rw-r--r--target/linux/ath79/dts/ar9344_tplink_tl-wdr4300-v1.dts (renamed from target/linux/ath79/dts/ar9344_tplink_tl-wdr4300.dts)4
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ath79/dts/ar9344_tplink_tl-wdr3600.dts b/target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-v1.dts
index 9f708242f9..42f40d52a2 100644
--- a/target/linux/ath79/dts/ar9344_tplink_tl-wdr3600.dts
+++ b/target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-v1.dts
@@ -4,6 +4,6 @@
#include "ar9344_tplink_tl-wdr4300.dtsi"
/ {
- model = "TP-Link WDR3600";
- compatible = "tplink,tl-wdr3600", "qca,ar9344";
+ model = "TP-Link TL-WDR3600 v1";
+ compatible = "tplink,tl-wdr3600-v1", "qca,ar9344";
};
diff --git a/target/linux/ath79/dts/ar9344_tplink_tl-wdr4300.dts b/target/linux/ath79/dts/ar9344_tplink_tl-wdr4300-v1.dts
index ba6b4f846a..f8f05d24bb 100644
--- a/target/linux/ath79/dts/ar9344_tplink_tl-wdr4300.dts
+++ b/target/linux/ath79/dts/ar9344_tplink_tl-wdr4300-v1.dts
@@ -4,6 +4,6 @@
#include "ar9344_tplink_tl-wdr4300.dtsi"
/ {
- model = "TP-Link WDR4300";
- compatible = "tplink,tl-wdr4300", "qca,ar9344";
+ model = "TP-Link TL-WDR4300 v1";
+ compatible = "tplink,tl-wdr4300-v1", "qca,ar9344";
};