ARM: dts: exynos: Harmonize DWC USB3 DT nodes name
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Tue, 20 Oct 2020 11:59:49 +0000 (14:59 +0300)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 26 Oct 2020 18:56:25 +0000 (19:56 +0100)
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>
arch/arm/boot/dts/exynos5250.dtsi
arch/arm/boot/dts/exynos54xx.dtsi

index d909ce8cac27e31fca83e9a7148eb92221a8e498..84677332a5a2a7ff8e2a743aa4a0c2404b28554e 100644 (file)
                        #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>;
index 8aa5117e58ce906acc08a03ffabef1f3a225b0f9..339243d19a80b587b67f754c7577a8771c6e9615 100644 (file)
                        #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>;
                        #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>;