6c1d7b37597c7803d0d6f101ebfcc3c0c6a3e850
[openwrt/openwrt.git] / target / linux / mediatek / patches / 0045-dt-bindings-Add-a-binding-for-Mediatek-xHCI-host-con.patch
1 From 8629bcb28208ef5b9f5eeb6d4b669651c9521b30 Mon Sep 17 00:00:00 2001
2 From: Chunfeng Yun <chunfeng.yun@mediatek.com>
3 Date: Wed, 27 May 2015 19:47:59 +0800
4 Subject: [PATCH 45/76] dt-bindings: Add a binding for Mediatek xHCI host
5 controller
6
7 add a DT binding documentation of xHCI host controller for
8 the MT8173 SoC from Mediatek.
9
10 Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
11 ---
12 .../devicetree/bindings/usb/mt8173-xhci.txt | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14 create mode 100644 Documentation/devicetree/bindings/usb/mt8173-xhci.txt
15
16 diff --git a/Documentation/devicetree/bindings/usb/mt8173-xhci.txt b/Documentation/devicetree/bindings/usb/mt8173-xhci.txt
17 new file mode 100644
18 index 0000000..da28570
19 --- /dev/null
20 +++ b/Documentation/devicetree/bindings/usb/mt8173-xhci.txt
21 @@ -0,0 +1,19 @@
22 +MT65XX xhci
23 +
24 +The device node for Mediatek SOC usb3.0 host controller
25 +
26 +Required properties:
27 + - compatible : supports "mediatek,mt8173-xhci", "generic-xhci"
28 + - reg : Offset and length of registers
29 + - interrupts : Interrupt; mode, number and trigger
30 + - usb-phy : the phy that xhci will bind
31 + - usb3-lpm-capable: suppots USB3 LPM
32 +
33 +Example:
34 +usb: usb30@11270000 {
35 + compatible = "mediatek,mt8173-xhci", "generic-xhci";
36 + reg = <0 0x11270000 0 0x1000>;
37 + interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_LOW>;
38 + usb-phy = <&u3phy>;
39 + usb3-lpm-capable;
40 +};
41 --
42 1.7.10.4
43