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 1393fc7e56bb79495b3025bc09e55d156de0f7fc..a168e06ac50ad826a5e97d2d58470389e235a64e 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 d550f00f1f6a8c495cb2b40bf9a8b42edcfd21dd..d5d2193111615ecefa9dc7354b43f1c6023e5328 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 ff5805206a289c9e11d124d0dc2e155d8aee8de4..b2c5189e59faff614a49073a8ec70b24a4699841 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 bf72918fe545b2fe1ab688319e844f7452d03245..4d3f72d126e7407a291e07c777e712d5420d27cd 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>;