ARM: dts: exynos: Harmonize DWC USB3 DT nodes name

In accordance with the DWC USB3 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 "snps,dwc3"-compatible nodes are correctly
named.

Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Link: https://lore.kernel.org/r/20201020115959.2658-20-Sergey.Semin@baikalelectronics.ru
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Serge Semin 2020-10-20 14:59:49 +03:00 committed by Krzysztof Kozlowski
parent 214a7c874e
commit 3e667f65cd
2 changed files with 3 additions and 3 deletions

View File

@ -635,7 +635,7 @@
#size-cells = <1>;
ranges;
usbdrd_dwc3: dwc3@12000000 {
usbdrd_dwc3: usb@12000000 {
compatible = "snps,dwc3";
reg = <0x12000000 0x10000>;
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;

View File

@ -148,7 +148,7 @@
#size-cells = <1>;
ranges;
usbdrd_dwc3_0: dwc3@12000000 {
usbdrd_dwc3_0: usb@12000000 {
compatible = "snps,dwc3";
reg = <0x12000000 0x10000>;
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
@ -170,7 +170,7 @@
#size-cells = <1>;
ranges;
usbdrd_dwc3_1: dwc3@12400000 {
usbdrd_dwc3_1: usb@12400000 {
compatible = "snps,dwc3";
reg = <0x12400000 0x10000>;
phys = <&usbdrd_phy1 0>, <&usbdrd_phy1 1>;