Message ID | 20250214-exynos990-bindings-usb3-v1-1-3e5d2721c98c@mentallysanemainliners.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | dt-bindings: usb: samsung,exynos-dwc3 Add exynos990 compatible | expand |
diff --git a/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml b/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml index 2b3430cebe99106f3b6201ab31d4d9e3fcc55627..136b14eecfe951dbc20377bffba1039fb1429f16 100644 --- a/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml @@ -17,6 +17,7 @@ properties: - samsung,exynos5433-dwusb3 - samsung,exynos7-dwusb3 - samsung,exynos850-dwusb3 + - samsung,exynos990-dwusb3 '#address-cells': const: 1 @@ -124,7 +125,9 @@ allOf: properties: compatible: contains: - const: samsung,exynos850-dwusb3 + enum: + - samsung,exynos850-dwusb3 + - samsung,exynos990-dwusb3 then: properties: clocks:
Add a compatible for the exynos990-dwusb3 node. It's compatible with the exynos850 variant when using the highspeed mode. Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org> --- The Exynos990 SoC embeds a DWC3 USB3 DRD controller. The controller's design is compatible with the Exynos850 design for high-speed mode. This patchset adds in the new exynos990-dwusb3 compatible. --- Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- base-commit: 5cbcf2652f4cd84eac21f5e88fe2a0baecc601fb change-id: 20250214-exynos990-bindings-usb3-6f80f7194137 Best regards,