diff options
author | Chunfeng Yun <chunfeng.yun@mediatek.com> | 2017-10-13 11:10:47 +0200 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-10-19 09:38:13 +0200 |
commit | 85a299d52766a60d3a1ce0dc168646656060fc89 (patch) | |
tree | 54788648096ab2a43fe9f167dc019d08479e6bda /Documentation | |
parent | usb: mtu3: set otg_sel for u2port only if works as dual-role mode (diff) | |
download | linux-85a299d52766a60d3a1ce0dc168646656060fc89.tar.xz linux-85a299d52766a60d3a1ce0dc168646656060fc89.zip |
dt-bindings: usb: mtu3: add a optional property to disable u3ports
Add a new optional property to disable u3ports
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/usb/mediatek,mtu3.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtu3.txt b/Documentation/devicetree/bindings/usb/mediatek,mtu3.txt index 49f54767cd21..7c611d14a0a0 100644 --- a/Documentation/devicetree/bindings/usb/mediatek,mtu3.txt +++ b/Documentation/devicetree/bindings/usb/mediatek,mtu3.txt @@ -44,6 +44,8 @@ Optional properties: - mediatek,enable-wakeup : supports ip sleep wakeup used by host mode - mediatek,syscon-wakeup : phandle to syscon used to access USB wakeup control register, it depends on "mediatek,enable-wakeup". + - mediatek,u3p-dis-msk : mask to disable u3ports, bit0 for u3port0, + bit1 for u3port1, ... etc; Sub-nodes: The xhci should be added as subnode to mtu3 as shown in the following example |