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