mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
b5e8e12c04
commit
ea436dbc40
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue