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
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.
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>
17 arch/arm/boot/dts/bcm5301x.dtsi | 4 ++--
18 arch/arm/boot/dts/bcm53573.dtsi | 4 ++--
19 2 files changed, 4 insertions(+), 4 deletions(-)
21 --- a/arch/arm/boot/dts/bcm5301x.dtsi
22 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
25 interrupt-parent = <&gic>;
31 compatible = "generic-ehci";
40 compatible = "generic-ohci";
41 --- a/arch/arm/boot/dts/bcm53573.dtsi
42 +++ b/arch/arm/boot/dts/bcm53573.dtsi
49 compatible = "generic-ehci";
50 reg = <0x4000 0x1000>;
51 interrupt-parent = <&gic>;
60 compatible = "generic-ohci";