mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
24 lines
776 B
Diff
24 lines
776 B
Diff
|
From b7e4218ece0b7a1b9142491056ae0c4f1af80041 Mon Sep 17 00:00:00 2001
|
||
|
From: Sungbo Eo <mans0n@gorani.run>
|
||
|
Date: Sun, 8 Aug 2021 21:38:39 +0900
|
||
|
Subject: [PATCH 1/2] dt-bindings: usb: mtk-musb: add MT7623 compatible
|
||
|
|
||
|
Document MT7623 compatible for mtk-musb.
|
||
|
|
||
|
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
|
||
|
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
|
||
|
---
|
||
|
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
|
||
|
@@ -19,6 +19,7 @@ properties:
|
||
|
- enum:
|
||
|
- mediatek,mt8516-musb
|
||
|
- mediatek,mt2701-musb
|
||
|
+ - mediatek,mt7623-musb
|
||
|
- const: mediatek,mtk-musb
|
||
|
|
||
|
reg:
|