31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From 2c7855ca92711ec4f5e71bab25b42d1dfb1d03e2 Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Tue, 4 Apr 2023 15:32:54 +0200
|
|
Subject: [PATCH 408/469] dt-bindings: usb: Add RK3588 EHCI
|
|
|
|
Add compatible for RK3588 EHCI. As far as I know it's fully
|
|
compatible with generic-ehci.
|
|
|
|
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Reviewed-by: Rob Herring <robh@kernel.org>
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
---
|
|
Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/usb/generic-ehci.yaml b/Documentation/devicetree/bindings/usb/generic-ehci.yaml
|
|
index 9445764bd8de..b956bb5fada7 100644
|
|
--- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml
|
|
+++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml
|
|
@@ -61,6 +61,7 @@ properties:
|
|
- ibm,476gtr-ehci
|
|
- nxp,lpc1850-ehci
|
|
- qca,ar7100-ehci
|
|
+ - rockchip,rk3588-ehci
|
|
- snps,hsdk-v1.0-ehci
|
|
- socionext,uniphier-ehci
|
|
- const: generic-ehci
|
|
--
|
|
2.34.1
|
|
|