1234567891011121314151617181920212223242526272829303132333435363738 |
- From 28a1a6474c5053bae01bd29946b4d5ede539176b Mon Sep 17 00:00:00 2001
- From: Andre Przywara <[email protected]>
- Date: Mon, 31 Oct 2022 11:13:52 +0000
- Subject: [PATCH] dt-bindings: usb: Add H616 compatible string
- The Allwinner H616 contains four fully OHCI/EHCI compatible USB host
- controllers, so just add their compatible strings to the list of
- generic OHCI/EHCI controllers.
- Signed-off-by: Andre Przywara <[email protected]>
- Acked-by: Krzysztof Kozlowski <[email protected]>
- Link: https://lore.kernel.org/r/[email protected]
- Signed-off-by: Jernej Skrabec <[email protected]>
- ---
- Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 +
- Documentation/devicetree/bindings/usb/generic-ohci.yaml | 1 +
- 2 files changed, 2 insertions(+)
- --- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml
- +++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml
- @@ -30,6 +30,7 @@ properties:
- - allwinner,sun4i-a10-ehci
- - allwinner,sun50i-a64-ehci
- - allwinner,sun50i-h6-ehci
- + - allwinner,sun50i-h616-ehci
- - allwinner,sun5i-a13-ehci
- - allwinner,sun6i-a31-ehci
- - allwinner,sun7i-a20-ehci
- --- a/Documentation/devicetree/bindings/usb/generic-ohci.yaml
- +++ b/Documentation/devicetree/bindings/usb/generic-ohci.yaml
- @@ -20,6 +20,7 @@ properties:
- - allwinner,sun4i-a10-ohci
- - allwinner,sun50i-a64-ohci
- - allwinner,sun50i-h6-ohci
- + - allwinner,sun50i-h616-ohci
- - allwinner,sun5i-a13-ohci
- - allwinner,sun6i-a31-ohci
- - allwinner,sun7i-a20-ohci
|