diff options
author | 2024-02-13 14:00:43 +0100 | |
---|---|---|
committer | 2024-04-11 07:40:54 -0500 | |
commit | 3cef9e08b6f43fcc7b7802a1f01bb7d9334d6b6d (patch) | |
tree | 075508fad1049a5644ead511fd48a9e40a3c1d3c | |
parent | dt-bindings: display: atmel,lcdc: convert to dtschema (diff) | |
download | wireguard-linux-3cef9e08b6f43fcc7b7802a1f01bb7d9334d6b6d.tar.xz wireguard-linux-3cef9e08b6f43fcc7b7802a1f01bb7d9334d6b6d.zip |
dt-bindings: usb: mtk-xhci: add compatible for MT7988
MT7988 SoC contains two on-SoC XHCI controllers. Add proper binding.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240213130044.1976-1-zajec5@gmail.com
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml index 924fd3d748a8..ef3143f4b794 100644 --- a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml +++ b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml @@ -29,6 +29,7 @@ properties: - mediatek,mt7623-xhci - mediatek,mt7629-xhci - mediatek,mt7986-xhci + - mediatek,mt7988-xhci - mediatek,mt8173-xhci - mediatek,mt8183-xhci - mediatek,mt8186-xhci |