2
0

001-v6.2-dt-bindings-usb-Add-H616-compatible-string.patch 1.7 KB

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