提交 c8f87858 编写于 作者: S Serge Semin 提交者: Vineet Gupta

arc: dts: Harmonize EHCI/OHCI DT nodes name

In accordance with the Generic EHCI/OHCI 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 "generic-ehci" and "generic-ohci"-compatible
nodes are correctly named.
Signed-off-by: NSerge Semin <Sergey.Semin@baikalelectronics.ru>
Acked-by: NAlexey Brodkin <abrodkin@synopsys.com>
Acked-by: NKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: NVineet Gupta <vgupta@kernel.org>
上级 a1db7ad3
...@@ -103,11 +103,11 @@ ...@@ -103,11 +103,11 @@
dma-coherent; dma-coherent;
}; };
ehci@40000 { usb@40000 {
dma-coherent; dma-coherent;
}; };
ohci@60000 { usb@60000 {
dma-coherent; dma-coherent;
}; };
......
...@@ -110,11 +110,11 @@ ...@@ -110,11 +110,11 @@
dma-coherent; dma-coherent;
}; };
ehci@40000 { usb@40000 {
dma-coherent; dma-coherent;
}; };
ohci@60000 { usb@60000 {
dma-coherent; dma-coherent;
}; };
......
...@@ -87,13 +87,13 @@ ...@@ -87,13 +87,13 @@
mac-address = [00 00 00 00 00 00]; /* Filled in by U-Boot */ mac-address = [00 00 00 00 00 00]; /* Filled in by U-Boot */
}; };
ehci@40000 { usb@40000 {
compatible = "generic-ehci"; compatible = "generic-ehci";
reg = < 0x40000 0x100 >; reg = < 0x40000 0x100 >;
interrupts = < 8 >; interrupts = < 8 >;
}; };
ohci@60000 { usb@60000 {
compatible = "generic-ohci"; compatible = "generic-ohci";
reg = < 0x60000 0x100 >; reg = < 0x60000 0x100 >;
interrupts = < 8 >; interrupts = < 8 >;
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
}; };
}; };
ohci@60000 { usb@60000 {
compatible = "snps,hsdk-v1.0-ohci", "generic-ohci"; compatible = "snps,hsdk-v1.0-ohci", "generic-ohci";
reg = <0x60000 0x100>; reg = <0x60000 0x100>;
interrupts = <15>; interrupts = <15>;
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
dma-coherent; dma-coherent;
}; };
ehci@40000 { usb@40000 {
compatible = "snps,hsdk-v1.0-ehci", "generic-ehci"; compatible = "snps,hsdk-v1.0-ehci", "generic-ehci";
reg = <0x40000 0x100>; reg = <0x40000 0x100>;
interrupts = <15>; interrupts = <15>;
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
clock-names = "stmmaceth"; clock-names = "stmmaceth";
}; };
ehci@40000 { usb@40000 {
compatible = "generic-ehci"; compatible = "generic-ehci";
reg = < 0x40000 0x100 >; reg = < 0x40000 0x100 >;
interrupts = < 8 >; interrupts = < 8 >;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册