Commit c40ad242 authored by Daniel Mack's avatar Daniel Mack Committed by Robert Jarzmik

ARM: dts: pxa: clean up USB controller nodes

PXA25xx SoCs don't have a USB controller, so drop the node from the
common pxa2xx.dtsi base file. Both pxa27x and pxa3xx have a dedicated
node already anyway.

While at it, unify the names for the nodes across all pxa platforms.
Signed-off-by: default avatarDaniel Mack <daniel@zonque.org>
Reported-by: default avatarSergey Yanovich <ynvich@gmail.com>
Link: https://patchwork.kernel.org/patch/8375421/Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent e9ae49f7
......@@ -35,7 +35,7 @@ gpio: gpio@40e00000 {
clocks = <&clks CLK_NONE>;
};
pxa27x_ohci: usb@4c000000 {
usb0: usb@4c000000 {
compatible = "marvell,pxa-ohci";
reg = <0x4c000000 0x10000>;
interrupts = <3>;
......
......@@ -134,13 +134,6 @@ pxai2c1: i2c@40301680 {
status = "disabled";
};
usb0: ohci@4c000000 {
compatible = "marvell,pxa-ohci";
reg = <0x4c000000 0x10000>;
interrupts = <3>;
status = "disabled";
};
mmc0: mmc@41100000 {
compatible = "marvell,pxa-mmc";
reg = <0x41100000 0x1000>;
......
......@@ -202,7 +202,7 @@ mmc2: mmc@42500000 {
status = "disabled";
};
pxa3xx_ohci: usb@4c000000 {
usb0: usb@4c000000 {
compatible = "marvell,pxa-ohci";
reg = <0x4c000000 0x10000>;
interrupts = <3>;
......
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