diff options
author | Serge Semin <Sergey.Semin@baikalelectronics.ru> | 2020-10-20 14:59:37 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2020-11-12 07:38:14 +0300 |
commit | 74abbfe99f43eb7466d26d9e48fbeb46b8f3d804 (patch) | |
tree | 5fd56be1d4da533a05a0d8474493df6eaee6a152 /arch/arm/boot/dts/bcm53573.dtsi | |
parent | 1ca5f2430c4f9d85b98b8d6e5d93f8d4802faf8e (diff) | |
download | linux-74abbfe99f43eb7466d26d9e48fbeb46b8f3d804.tar.xz |
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.dtsi | 4 |
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"; |