bcm53xx: add testing support for kernel 5.10
[openwrt/staging/ldir.git] / target / linux / bcm53xx / patches-5.10 / 030-v5.11-0003-ARM-dts-BCM5310X-Harmonize-xHCI-DT-nodes-name.patch
1 From 4b650a20bdb5f9558007dd3055a17a1644a91c3e Mon Sep 17 00:00:00 2001
2 From: Serge Semin <Sergey.Semin@baikalelectronics.ru>
3 Date: Tue, 20 Oct 2020 14:59:46 +0300
4 Subject: [PATCH] ARM: dts: BCM5310X: Harmonize xHCI DT nodes name
5
6 In accordance with the Generic xHCI bindings the corresponding node
7 name is suppose to comply with the Generic USB HCD DT schema, which
8 requires the USB nodes to have the name acceptable by the regexp:
9 "^usb(@.*)?" . Make sure the "generic-xhci"-compatible nodes are
10 correctly named.
11
12 Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
13 Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
14 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
15 ---
16 arch/arm/boot/dts/bcm5301x.dtsi | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 --- a/arch/arm/boot/dts/bcm5301x.dtsi
20 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
21 @@ -318,7 +318,7 @@
22
23 interrupt-parent = <&gic>;
24
25 - xhci: xhci@23000 {
26 + xhci: usb@23000 {
27 #usb-cells = <0>;
28
29 compatible = "generic-xhci";