diff options
author | Chunfeng Yun <chunfeng.yun@mediatek.com> | 2023-02-17 17:04:12 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2023-03-02 22:43:44 +0100 |
commit | ea436dbc40e01a6c483c41d7ec1e4a419fc6b7c0 (patch) | |
tree | c27e2502a9200ca2234c06da13713301afbe770b /doc/device-tree-bindings | |
parent | b5e8e12c04605382dac314b434c10f9ea7898f81 (diff) |
dt-bindings: usb: mtk-xhci: add support mt8195
Add a new compatible for mt8195 to add a workaround for hardware
issue.
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Diffstat (limited to 'doc/device-tree-bindings')
-rw-r--r-- | doc/device-tree-bindings/usb/mediatek,mtk-xhci.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/device-tree-bindings/usb/mediatek,mtk-xhci.txt b/doc/device-tree-bindings/usb/mediatek,mtk-xhci.txt index 2a298f7b16..e26e9618eb 100644 --- a/doc/device-tree-bindings/usb/mediatek,mtk-xhci.txt +++ b/doc/device-tree-bindings/usb/mediatek,mtk-xhci.txt @@ -3,7 +3,9 @@ MediaTek xHCI The device node for USB3 host controller on MediaTek SoCs. Required properties: - - compatible : should be "mediatek,mtk-xhci" + - compatible : should be one of + "mediatek,mtk-xhci" + "mediatek,mt8195-xhci" - reg : specifies physical base address and size of the registers - reg-names: should be "mac" for xHCI MAC and "ippc" for IP port control - power-domains : a phandle to USB power domain node to control USB's |