From 96cc390d8808a79f920b6b3fd256cfeb6fd501b2 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 16 Jun 2019 12:51:57 +0200 Subject: 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 --- target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-v1.dts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-v1.dts (limited to 'target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-v1.dts') 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"; +}; -- cgit v1.2.3