aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-v1.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-17 22:47:28 +0200
commit96cc390d8808a79f920b6b3fd256cfeb6fd501b2 (patch)
tree82f7efb8340a84680dd5d8e29e71118860989164 /target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-v1.dts
parentc0a715f75e21821263e07d9ee8cc9c14c6b5dd66 (diff)
downloadupstream-96cc390d8808a79f920b6b3fd256cfeb6fd501b2.tar.gz
upstream-96cc390d8808a79f920b6b3fd256cfeb6fd501b2.tar.bz2
upstream-96cc390d8808a79f920b6b3fd256cfeb6fd501b2.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/ar9344_tplink_tl-wdr3600-v1.dts')
-rw-r--r--target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-v1.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-v1.dts b/target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-v1.dts
new file mode 100644
index 0000000000..42f40d52a2
--- /dev/null
+++ b/target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-v1.dts
@@ -0,0 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/dts-v1/;
+
+#include "ar9344_tplink_tl-wdr4300.dtsi"
+
+/ {
+ model = "TP-Link TL-WDR3600 v1";
+ compatible = "tplink,tl-wdr3600-v1", "qca,ar9344";
+};