mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
c64a5d122f
Refresh kernel patches for sunxi target. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
37 lines
1.5 KiB
Diff
37 lines
1.5 KiB
Diff
From e4045c8125d88a9eb8b4f8f74b5c7955d5d9adc0 Mon Sep 17 00:00:00 2001
|
|
From: Andre Przywara <andre.przywara@arm.com>
|
|
Date: Thu, 17 Jun 2021 10:54:22 +0100
|
|
Subject: [PATCH 5000/5006] 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 <andre.przywara@arm.com>
|
|
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
---
|
|
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
|