Commit cfdc7fa5 authored by Raashid Muhammed's avatar Raashid Muhammed Committed by Alexandre Belloni

ARM: dts: at91: at91sam9260: Remove leading zeros in OHCI node.

Remove leading zeros in OHCI node for at91sam9260 based boards.
Signed-off-by: default avatarRaashid Muhammed <raashidmuhammed@zilogic.com>
Reviewed-by: default avatarVijay Kumar B. <vijaykumar@bravegnu.org>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 1a695a90
......@@ -57,7 +57,7 @@ usb1: gadget@fffa4000 {
};
};
usb0: ohci@00500000 {
usb0: ohci@500000 {
num-ports = <2>;
status = "okay";
};
......
......@@ -114,7 +114,7 @@ ubi@60000 {
};
};
usb0: ohci@00500000 {
usb0: ohci@500000 {
num-ports = <2>;
atmel,vbus-gpio = <&pioB 15 GPIO_ACTIVE_LOW>;
status = "okay";
......
......@@ -128,7 +128,7 @@ watchdog@fffffd40 {
};
};
usb0: ohci@00500000 {
usb0: ohci@500000 {
num-ports = <2>;
status = "okay";
};
......
......@@ -54,7 +54,7 @@ watchdog@fffffd40 {
};
};
usb0: ohci@00500000 {
usb0: ohci@500000 {
num-ports = <1>;
status = "okay";
};
......
......@@ -111,7 +111,7 @@ shdwc@fffffd10 {
};
};
usb0: ohci@00500000 {
usb0: ohci@500000 {
num-ports = <2>;
status = "okay";
};
......
......@@ -1007,7 +1007,7 @@ &pioC 14 GPIO_ACTIVE_HIGH
status = "disabled";
};
usb0: ohci@00500000 {
usb0: ohci@500000 {
compatible = "atmel,at91rm9200-ohci", "usb-ohci";
reg = <0x00500000 0x100000>;
interrupts = <20 IRQ_TYPE_LEVEL_HIGH 2>;
......
......@@ -170,7 +170,7 @@ data@7ca0000 {
};
};
usb0: ohci@00500000 {
usb0: ohci@500000 {
num-ports = <2>;
status = "okay";
};
......
......@@ -77,7 +77,7 @@ data@20000 {
};
};
usb0: ohci@00500000 {
usb0: ohci@500000 {
num-ports = <2>;
status = "okay";
};
......
......@@ -46,7 +46,7 @@ watchdog@fffffd40 {
};
};
usb0: ohci@00500000 {
usb0: ohci@500000 {
num-ports = <2>;
status = "okay";
};
......
......@@ -90,7 +90,7 @@ data@7ca0000 {
};
};
usb0: ohci@00500000 {
usb0: ohci@500000 {
num-ports = <2>;
status = "okay";
};
......
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