|
@@ -716,14 +716,12 @@
|
|
usbhsohci: ohci@48064400 {
|
|
usbhsohci: ohci@48064400 {
|
|
compatible = "ti,ohci-omap3";
|
|
compatible = "ti,ohci-omap3";
|
|
reg = <0x48064400 0x400>;
|
|
reg = <0x48064400 0x400>;
|
|
- interrupt-parent = <&intc>;
|
|
|
|
interrupts = <76>;
|
|
interrupts = <76>;
|
|
};
|
|
};
|
|
|
|
|
|
usbhsehci: ehci@48064800 {
|
|
usbhsehci: ehci@48064800 {
|
|
compatible = "ti,ehci-omap";
|
|
compatible = "ti,ehci-omap";
|
|
reg = <0x48064800 0x400>;
|
|
reg = <0x48064800 0x400>;
|
|
- interrupt-parent = <&intc>;
|
|
|
|
interrupts = <77>;
|
|
interrupts = <77>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
@@ -834,7 +832,6 @@
|
|
reg-names = "tx",
|
|
reg-names = "tx",
|
|
"rx";
|
|
"rx";
|
|
|
|
|
|
- interrupt-parent = <&intc>;
|
|
|
|
interrupts = <67>,
|
|
interrupts = <67>,
|
|
<68>;
|
|
<68>;
|
|
};
|
|
};
|
|
@@ -847,7 +844,6 @@
|
|
reg-names = "tx",
|
|
reg-names = "tx",
|
|
"rx";
|
|
"rx";
|
|
|
|
|
|
- interrupt-parent = <&intc>;
|
|
|
|
interrupts = <69>,
|
|
interrupts = <69>,
|
|
<70>;
|
|
<70>;
|
|
};
|
|
};
|