diff options
author | Chunfeng Yun <chunfeng.yun@mediatek.com> | 2022-07-07 03:50:41 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-08 14:50:14 +0200 |
commit | 2e1421d6ce321118dfff370e473ba8d290b2ecbd (patch) | |
tree | d3ff81834ea1626c892d1382be6a87c646d88f7f | |
parent | usb: gadget: udc: atmel: convert to platform driver (diff) | |
download | linux-2e1421d6ce321118dfff370e473ba8d290b2ecbd.tar.xz linux-2e1421d6ce321118dfff370e473ba8d290b2ecbd.zip |
dt-bindings: usb: mtk-xhci: add compatible for mt8188
Add compatible for mt8188
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/20220707015041.12264-1-chunfeng.yun@mediatek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml index 1444d18ef9bc..04cbbca0e94e 100644 --- a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml +++ b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml @@ -31,6 +31,7 @@ properties: - mediatek,mt8173-xhci - mediatek,mt8183-xhci - mediatek,mt8186-xhci + - mediatek,mt8188-xhci - mediatek,mt8192-xhci - mediatek,mt8195-xhci - const: mediatek,mtk-xhci |