bcm53xx: add testing support for kernel 5.10
[openwrt/staging/ldir.git] / target / linux / bcm53xx / patches-5.10 / 030-v5.11-0002-ARM-dts-BCM5301X-Harmonize-EHCI-OHCI-DT-nodes-name.patch
1 From 74abbfe99f43eb7466d26d9e48fbeb46b8f3d804 Mon Sep 17 00:00:00 2001
2 From: Serge Semin <Sergey.Semin@baikalelectronics.ru>
3 Date: Tue, 20 Oct 2020 14:59:37 +0300
4 Subject: [PATCH] ARM: dts: BCM5301X: Harmonize EHCI/OHCI DT nodes name
5
6 In accordance with the Generic EHCI/OHCI 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-ehci" and "generic-ohci"-compatible
10 nodes are correctly named.
11
12 Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
13 Acked-by: Florian Fainelli <f.fainelli@gmail.com>
14 Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
15 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
16 ---
17 arch/arm/boot/dts/bcm5301x.dtsi | 4 ++--
18 arch/arm/boot/dts/bcm53573.dtsi | 4 ++--
19 2 files changed, 4 insertions(+), 4 deletions(-)
20
21 --- a/arch/arm/boot/dts/bcm5301x.dtsi
22 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
23 @@ -265,7 +265,7 @@
24
25 interrupt-parent = <&gic>;
26
27 - ehci: ehci@21000 {
28 + ehci: usb@21000 {
29 #usb-cells = <0>;
30
31 compatible = "generic-ehci";
32 @@ -287,7 +287,7 @@
33 };
34 };
35
36 - ohci: ohci@22000 {
37 + ohci: usb@22000 {
38 #usb-cells = <0>;
39
40 compatible = "generic-ohci";
41 --- a/arch/arm/boot/dts/bcm53573.dtsi
42 +++ b/arch/arm/boot/dts/bcm53573.dtsi
43 @@ -135,7 +135,7 @@
44 #address-cells = <1>;
45 #size-cells = <1>;
46
47 - ehci: ehci@4000 {
48 + ehci: usb@4000 {
49 compatible = "generic-ehci";
50 reg = <0x4000 0x1000>;
51 interrupt-parent = <&gic>;
52 @@ -155,7 +155,7 @@
53 };
54 };
55
56 - ohci: ohci@d000 {
57 + ohci: usb@d000 {
58 #usb-cells = <0>;
59
60 compatible = "generic-ohci";