mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
6b1cd3e345
Manually rebased: bcm27xx/patches-5.10/950-1031-net-lan78xx-Ack-pending-PHY-ints-when-resetting.patch Removed upstreamed: mvebu/patches-5.10/101-cpufreq-armada-37xx-forbid-cpufreq-for-1.2-GHz-variant.patch All other patches automatically rebased. Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B No dmesg regressions, everything functional Signed-off-by: John Audia <graysky@archlinux.us>
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:
|