diff options
author | Chris Morgan <macromorgan@hotmail.com> | 2023-08-28 20:19:38 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-08-28 23:36:52 +0200 |
commit | 75cc186739805a5e8abe133be04692b36e7a5257 (patch) | |
tree | 13c779ea177267eedda0fe2aa67098a1285d49f9 /Documentation/devicetree/bindings/usb/generic-ohci.yaml | |
parent | dt-bindings: usb: Add V3s compatible string for EHCI (diff) | |
download | linux-75cc186739805a5e8abe133be04692b36e7a5257.tar.xz linux-75cc186739805a5e8abe133be04692b36e7a5257.zip |
dt-bindings: usb: Add V3s compatible string for OHCI
The Allwinner V3s uses a generic EHCI and OHCI for USB host
communication and the MUSB controller for OTG mode. Add compatible
strings for the EHCI node.
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230828181941.1609894-6-macroalpha82@gmail.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/usb/generic-ohci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/generic-ohci.yaml b/Documentation/devicetree/bindings/usb/generic-ohci.yaml index be268e23ca79..b9576015736b 100644 --- a/Documentation/devicetree/bindings/usb/generic-ohci.yaml +++ b/Documentation/devicetree/bindings/usb/generic-ohci.yaml @@ -25,6 +25,7 @@ properties: - allwinner,sun8i-a83t-ohci - allwinner,sun8i-h3-ohci - allwinner,sun8i-r40-ohci + - allwinner,sun8i-v3s-ohci - allwinner,sun9i-a80-ohci - allwinner,sun20i-d1-ohci - brcm,bcm3384-ohci |