arm64: dts: layerscape: Harmonize DWC USB3 DT nodes name
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Tue, 20 Oct 2020 11:59:57 +0000 (14:59 +0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 1 Nov 2020 07:36:35 +0000 (15:36 +0800)
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>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi

index 1393fc7..a168e06 100644 (file)
                                 <&clockgen 4 3>;
                };
 
-               usb0: usb3@2f00000 {
+               usb0: usb@2f00000 {
                        compatible = "snps,dwc3";
                        reg = <0x0 0x2f00000 0x0 0x10000>;
                        interrupts = <0 60 0x4>;
                        status = "disabled";
                };
 
-               usb1: usb2@8600000 {
+               usb1: usb@8600000 {
                        compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr";
                        reg = <0x0 0x8600000 0x0 0x1000>;
                        interrupts = <0 139 0x4>;
index d550f00..d5d2193 100644 (file)
                                 <&clockgen 4 0>;
                };
 
-               usb0: usb3@2f00000 {
+               usb0: usb@2f00000 {
                        compatible = "snps,dwc3";
                        reg = <0x0 0x2f00000 0x0 0x10000>;
                        interrupts = <0 60 0x4>;
                        status = "disabled";
                };
 
-               usb1: usb3@3000000 {
+               usb1: usb@3000000 {
                        compatible = "snps,dwc3";
                        reg = <0x0 0x3000000 0x0 0x10000>;
                        interrupts = <0 61 0x4>;
                        status = "disabled";
                };
 
-               usb2: usb3@3100000 {
+               usb2: usb@3100000 {
                        compatible = "snps,dwc3";
                        reg = <0x0 0x3100000 0x0 0x10000>;
                        interrupts = <0 63 0x4>;
index ff58052..b2c5189 100644 (file)
                        status = "disabled";
                };
 
-               usb0: usb3@3100000 {
+               usb0: usb@3100000 {
                        compatible = "snps,dwc3";
                        reg = <0x0 0x3100000 0x0 0x10000>;
                        interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               usb1: usb3@3110000 {
+               usb1: usb@3110000 {
                        compatible = "snps,dwc3";
                        reg = <0x0 0x3110000 0x0 0x10000>;
                        interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
index bf72918..4d3f72d 100644 (file)
                        dma-coherent;
                };
 
-               usb0: usb3@3100000 {
+               usb0: usb@3100000 {
                        status = "disabled";
                        compatible = "snps,dwc3";
                        reg = <0x0 0x3100000 0x0 0x10000>;
                        snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
                };
 
-               usb1: usb3@3110000 {
+               usb1: usb@3110000 {
                        status = "disabled";
                        compatible = "snps,dwc3";
                        reg = <0x0 0x3110000 0x0 0x10000>;