Commit da244504 authored by Serge Semin's avatar Serge Semin Committed by Shawn Guo

arm64: dts: layerscape: 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: default avatarSerge Semin <Sergey.Semin@baikalelectronics.ru>
Acked-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 57412197
......@@ -454,7 +454,7 @@ edma0: edma@2c00000 {
<&clockgen 4 3>;
};
usb0: usb3@2f00000 {
usb0: usb@2f00000 {
compatible = "snps,dwc3";
reg = <0x0 0x2f00000 0x0 0x10000>;
interrupts = <0 60 0x4>;
......@@ -475,7 +475,7 @@ sata: sata@3200000 {
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>;
......
......@@ -750,7 +750,7 @@ edma0: edma@2c00000 {
<&clockgen 4 0>;
};
usb0: usb3@2f00000 {
usb0: usb@2f00000 {
compatible = "snps,dwc3";
reg = <0x0 0x2f00000 0x0 0x10000>;
interrupts = <0 60 0x4>;
......@@ -761,7 +761,7 @@ usb0: usb3@2f00000 {
status = "disabled";
};
usb1: usb3@3000000 {
usb1: usb@3000000 {
compatible = "snps,dwc3";
reg = <0x0 0x3000000 0x0 0x10000>;
interrupts = <0 61 0x4>;
......@@ -772,7 +772,7 @@ usb1: usb3@3000000 {
status = "disabled";
};
usb2: usb3@3100000 {
usb2: usb@3100000 {
compatible = "snps,dwc3";
reg = <0x0 0x3100000 0x0 0x10000>;
interrupts = <0 63 0x4>;
......
......@@ -420,7 +420,7 @@ esdhc: esdhc@2140000 {
status = "disabled";
};
usb0: usb3@3100000 {
usb0: usb@3100000 {
compatible = "snps,dwc3";
reg = <0x0 0x3100000 0x0 0x10000>;
interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
......@@ -431,7 +431,7 @@ usb0: usb3@3100000 {
status = "disabled";
};
usb1: usb3@3110000 {
usb1: usb@3110000 {
compatible = "snps,dwc3";
reg = <0x0 0x3110000 0x0 0x10000>;
interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
......
......@@ -860,7 +860,7 @@ sata1: sata@3210000 {
dma-coherent;
};
usb0: usb3@3100000 {
usb0: usb@3100000 {
status = "disabled";
compatible = "snps,dwc3";
reg = <0x0 0x3100000 0x0 0x10000>;
......@@ -871,7 +871,7 @@ usb0: usb3@3100000 {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment