diff options
author | Alban Bedel <albeu@free.fr> | 2015-11-16 16:22:04 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-01-04 03:42:25 -0500 |
commit | 76654c7be21c1704607e9ed22cf5d18d430fd828 (patch) | |
tree | f1e41f9ef627bfa12f1b0e276f817cc39d64c11f | |
parent | 25ee4e47a316f55a1ceaa0deda8c5fa812cefeae (diff) |
MIPS: ath79: Enable the USB port on the TL-WR1043ND
Signed-off-by: Alban Bedel <albeu@free.fr>
Cc: linux-mips@linux-mips.org
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11499/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts b/arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts index 003015ab34e7..e535ee3c26a4 100644 --- a/arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts +++ b/arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts | |||
@@ -35,6 +35,10 @@ | |||
35 | }; | 35 | }; |
36 | }; | 36 | }; |
37 | 37 | ||
38 | usb@1b000100 { | ||
39 | status = "okay"; | ||
40 | }; | ||
41 | |||
38 | spi@1f000000 { | 42 | spi@1f000000 { |
39 | status = "okay"; | 43 | status = "okay"; |
40 | num-cs = <1>; | 44 | num-cs = <1>; |
@@ -65,6 +69,10 @@ | |||
65 | }; | 69 | }; |
66 | }; | 70 | }; |
67 | 71 | ||
72 | usb-phy { | ||
73 | status = "okay"; | ||
74 | }; | ||
75 | |||
68 | gpio-keys { | 76 | gpio-keys { |
69 | compatible = "gpio-keys-polled"; | 77 | compatible = "gpio-keys-polled"; |
70 | #address-cells = <1>; | 78 | #address-cells = <1>; |