mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
26 lines
906 B
Diff
26 lines
906 B
Diff
|
From b5a12546e779d4f5586f58e60e0ef5070a833a64 Mon Sep 17 00:00:00 2001
|
||
|
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
|
||
|
Date: Mon, 1 Feb 2021 15:00:08 +0800
|
||
|
Subject: [PATCH] dt-bindings: usb: mediatek: musb: add mt8516 compatbile
|
||
|
|
||
|
Add support mt8516 compatbile
|
||
|
|
||
|
Reviewed-by: Rob Herring <robh@kernel.org>
|
||
|
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
|
||
|
Link: https://lore.kernel.org/r/20210201070016.41721-8-chunfeng.yun@mediatek.com
|
||
|
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
||
|
---
|
||
|
Documentation/devicetree/bindings/usb/mediatek,musb.yaml | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
--- 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
|
||
|
|