diff options
author | Alex Maclean <monkeh@monkeh.net> | 2018-06-12 21:54:52 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-06-16 10:08:51 +0200 |
commit | ab5b359876e8ee68500e104606d291e119116c6a (patch) | |
tree | 9d84251ffd03ea855208295181e124e87c8d7642 /target/linux/ath79/dts/ar9331_tl-wr703n.dts | |
parent | 3e0489dcd91faa3954a05e3fcdaf5de2d1892e67 (diff) | |
download | upstream-ab5b359876e8ee68500e104606d291e119116c6a.tar.gz upstream-ab5b359876e8ee68500e104606d291e119116c6a.tar.bz2 upstream-ab5b359876e8ee68500e104606d291e119116c6a.zip |
ath79: fixup TL-WR703N/TL-MR10U split
Readd SoC compatible strings and correct model names mangled in
a51078f7354fac9e31f6956cbddc77aaef02c67b, cleanup dts to remove
duplication, rename dtsi for clarity, use correct GPIO for TL-MR10U
USB power.
Tested only on TL-WR703N due to lack of a TL-MR10U.
Signed-off-by: Alex Maclean <monkeh@monkeh.net>
Diffstat (limited to 'target/linux/ath79/dts/ar9331_tl-wr703n.dts')
-rw-r--r-- | target/linux/ath79/dts/ar9331_tl-wr703n.dts | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/ar9331_tl-wr703n.dts b/target/linux/ath79/dts/ar9331_tl-wr703n.dts index 17747052e6..da02e48662 100644 --- a/target/linux/ath79/dts/ar9331_tl-wr703n.dts +++ b/target/linux/ath79/dts/ar9331_tl-wr703n.dts @@ -1,9 +1,13 @@ // SPDX-License-Identifier: GPL-2.0-or-later OR MIT /dts-v1/; -#include "ar9331_tl-wr703n.dtsi" +#include "ar9331_tl-wr703n_tl-mr10u.dtsi" / { - model = "TP-Link WR703N"; - compatible = "tplink,tl-wr703n"; + model = "TP-Link TL-WR703N"; + compatible = "tplink,tl-wr703n", "qca,ar9331"; +}; + +®_usb_vbus { + gpio = <&gpio 8 GPIO_ACTIVE_HIGH>; }; |