[PATCH] dt-bindings: usb: mtu3: Add MT8512
Carlo Caione <[email protected]>
| Newsgroups | org.infradead.lists.linux-mediatek,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-usb |
|---|---|
| Message-ID | <20260721-ccaione-upstream-mt8512-mtu3-binding-v1-1-2f229c39f121@baylibre.com> |
The MT8512 USB controller uses the standard MTU3 device MAC and IPPC register layout and is handled by the generic mediatek,mtu3 driver. Add the SoC-specific compatible so the controller can be described without a legacy split node. For now the only user of this is on the U-Boot side but we want to keep bindings in sync. Signed-off-by: Carlo Caione <[email protected]> --- Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml index 21fc6bbe954f..42da2c6dfba1 100644 --- a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml +++ b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml @@ -29,6 +29,7 @@ properties: - mediatek,mt8192-mtu3 - mediatek,mt8195-mtu3 - mediatek,mt8365-mtu3 + - mediatek,mt8512-mtu3 - const: mediatek,mtu3 reg: --- base-commit: b95f03f04d475aa6719d15a636ddf32222d55657 change-id: 20260721-ccaione-upstream-mt8512-mtu3-binding-50165b8c8171 Best regards, -- Carlo Caione <[email protected]>