diff options
author | 2022-02-28 08:56:54 -0500 | |
---|---|---|
committer | 2022-03-15 15:40:22 +0100 | |
commit | 62a13a9c0046b2224af6aa6e39c54f89a06245d4 (patch) | |
tree | 0e2d7acb3dd7e9aca955f15a8729433444fc43bd | |
parent | arm64: dts: imx8mp: Add memory for USB3 glue layer to usb3 nodes (diff) | |
download | wireguard-linux-62a13a9c0046b2224af6aa6e39c54f89a06245d4.tar.xz wireguard-linux-62a13a9c0046b2224af6aa6e39c54f89a06245d4.zip |
dt-bindings: usb: add rk3568 compatible to rockchip, dwc3
Add the compatible for the Rockchip RK3568 variant.
Tested-by: Michael Riesch <michael.riesch@wolfvision.net>
Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
Link: https://lore.kernel.org/r/20220228135700.1089526-4-pgwipeout@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml b/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml index 04077f2d7faf..b3798d94d2fd 100644 --- a/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml @@ -30,6 +30,7 @@ select: enum: - rockchip,rk3328-dwc3 - rockchip,rk3399-dwc3 + - rockchip,rk3568-dwc3 required: - compatible @@ -39,6 +40,7 @@ properties: - enum: - rockchip,rk3328-dwc3 - rockchip,rk3399-dwc3 + - rockchip,rk3568-dwc3 - const: snps,dwc3 reg: |