ramips: make rt3883 usb work properly
[openwrt.git] / target / linux / ramips / patches-3.9 / 0116-DT-add-documentation-for-the-Ralink-MIPS-SoCs.patch
1 From f8ad9ce9fceec8ffa986ac44c52ead3f6adade1e Mon Sep 17 00:00:00 2001
2 From: Gabor Juhos <juhosg@openwrt.org>
3 Date: Sat, 13 Apr 2013 09:02:40 +0200
4 Subject: [PATCH 116/164] DT: add documentation for the Ralink MIPS SoCs
5
6 This patch adds binding documentation for the
7 compatible values of the Ralink MIPS SoCs.
8
9 Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
10 Signed-off-by: John Crispin <blogic@openwrt.org>
11 Acked-by: Grant Likely <grant.likely@secretlab.ca>
12 Patchwork: http://patchwork.linux-mips.org/patch/5187/
13 ---
14  Documentation/devicetree/bindings/mips/ralink.txt |   18 ++++++++++++++++++
15  1 file changed, 18 insertions(+)
16  create mode 100644 Documentation/devicetree/bindings/mips/ralink.txt
17
18 diff --git a/Documentation/devicetree/bindings/mips/ralink.txt b/Documentation/devicetree/bindings/mips/ralink.txt
19 new file mode 100644
20 index 0000000..59b6a35
21 --- /dev/null
22 +++ b/Documentation/devicetree/bindings/mips/ralink.txt
23 @@ -0,0 +1,18 @@
24 +Ralink MIPS SoC device tree bindings
25 +
26 +1. SoCs
27 +
28 +Each device tree must specify a compatible value for the Ralink SoC
29 +it uses in the compatible property of the root node. The compatible
30 +value must be one of the following values:
31 +
32 +  ralink,rt2880-soc
33 +  ralink,rt3050-soc
34 +  ralink,rt3052-soc
35 +  ralink,rt3350-soc
36 +  ralink,rt3352-soc
37 +  ralink,rt3883-soc
38 +  ralink,rt5350-soc
39 +  ralink,mt7620a-soc
40 +  ralink,mt7620n-soc
41 +
42 -- 
43 1.7.10.4
44