mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-13 00:10:21 +00:00
4f1c5b01c1
Backport support for dual-role USB 2.0 as that's what is actually built-into MT7623. Improve HDMI console by enabling VT and setting up tty1..tty6. Re-add accidentally removed CONFIG_ARM_ARCH_TIMER. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
29 lines
959 B
Diff
29 lines
959 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(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/usb/mediatek,musb.yaml b/Documentation/devicetree/bindings/usb/mediatek,musb.yaml
|
|
index 84ddacfdbe9b0..03d62d60ce5fe 100644
|
|
--- 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:
|
|
--
|
|
2.32.0
|
|
|