aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/bcm53573.dtsi
diff options
context:
space:
mode:
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>2020-10-20 14:59:37 +0300
committerFlorian Fainelli <f.fainelli@gmail.com>2020-11-11 20:38:14 -0800
commit74abbfe99f43eb7466d26d9e48fbeb46b8f3d804 (patch)
tree5fd56be1d4da533a05a0d8474493df6eaee6a152 /arch/arm/boot/dts/bcm53573.dtsi
parentARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7 (diff)
downloadlinux-dev-74abbfe99f43eb7466d26d9e48fbeb46b8f3d804.tar.xz
linux-dev-74abbfe99f43eb7466d26d9e48fbeb46b8f3d804.zip
ARM: dts: BCM5301X: Harmonize EHCI/OHCI DT nodes name
In accordance with the Generic EHCI/OHCI bindings the corresponding node name is suppose to comply with the Generic USB HCD DT schema, which requires the USB nodes to have the name acceptable by the regexp: "^usb(@.*)?" . Make sure the "generic-ehci" and "generic-ohci"-compatible nodes are correctly named. Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm53573.dtsi')
-rw-r--r--arch/arm/boot/dts/bcm53573.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/bcm53573.dtsi b/arch/arm/boot/dts/bcm53573.dtsi
index 4af8e3293cff..51546fccc616 100644
--- a/arch/arm/boot/dts/bcm53573.dtsi
+++ b/arch/arm/boot/dts/bcm53573.dtsi
@@ -135,7 +135,7 @@
#address-cells = <1>;
#size-cells = <1>;
- ehci: ehci@4000 {
+ ehci: usb@4000 {
compatible = "generic-ehci";
reg = <0x4000 0x1000>;
interrupt-parent = <&gic>;
@@ -155,7 +155,7 @@
};
};
- ohci: ohci@d000 {
+ ohci: usb@d000 {
#usb-cells = <0>;
compatible = "generic-ohci";