Message ID | 20250220105514.43107-2-angelogioacchino.delregno@collabora.com |
---|---|
State | New |
Headers | show |
Series | MediaTek MT8188 MTU3 USB and Genio 510/700 TypeC | expand |
Il 20/02/25 18:18, Conor Dooley ha scritto: > On Thu, Feb 20, 2025 at 11:55:12AM +0100, AngeloGioacchino Del Regno wrote: >> Add a port used to connect the SuperSpeed output endpoint to a >> Type-C connector. >> >> Note that the MediaTek XHCI controllers are always in front of a >> different controller handling the USB HS (usually, MTU3), so the >> only port that this controller provides is SuperSpeed, while the >> HighSpeed one comes from elsewhere. >> >> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> > > Acked-by: Conor Dooley <conor.dooley@microchip.com> Is everyone okay if I pick this (and the MTU3 one [1]) in the MediaTek trees? This is so that I don't get devicetree warnings when picking the DT patches that are adding USB MUX/TCPC to the MediaTek boards. [1] https://lore.kernel.org/all/0e58bfb8f2f7b7e83e3da6075986ddbcc84531fc.camel@mediatek.com Thanks, Angelo
diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml index ef3143f4b794..004d3ebec091 100644 --- a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml +++ b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml @@ -106,6 +106,10 @@ properties: - description: USB3/SS(P) PHY - description: USB2/HS PHY + port: + $ref: /schemas/graph.yaml#/properties/port + description: Super Speed (SS) Output endpoint to a Type-C connector + vusb33-supply: description: Regulator of USB AVDD3.3v
Add a port used to connect the SuperSpeed output endpoint to a Type-C connector. Note that the MediaTek XHCI controllers are always in front of a different controller handling the USB HS (usually, MTU3), so the only port that this controller provides is SuperSpeed, while the HighSpeed one comes from elsewhere. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> --- Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 4 ++++ 1 file changed, 4 insertions(+)