diff options
author | Chunfeng Yun <[email protected]> | 2021-02-01 15:00:08 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-02-12 16:42:03 +0100 |
commit | b5a12546e779d4f5586f58e60e0ef5070a833a64 (patch) | |
tree | 640772446df9050b0fc8336f227601abf67111ee | |
parent | fcad8dd5b9955493ca3f5483394cdb46bdd57852 (diff) |
dt-bindings: usb: mediatek: musb: add mt8516 compatbile
Add support mt8516 compatbile
Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Chunfeng Yun <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/usb/mediatek,musb.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/mediatek,musb.yaml b/Documentation/devicetree/bindings/usb/mediatek,musb.yaml index 790efe8b6274..84ddacfdbe9b 100644 --- a/Documentation/devicetree/bindings/usb/mediatek,musb.yaml +++ b/Documentation/devicetree/bindings/usb/mediatek,musb.yaml @@ -17,6 +17,7 @@ properties: compatible: items: - enum: + - mediatek,mt8516-musb - mediatek,mt2701-musb - const: mediatek,mtk-musb |