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>
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
|
|
|