|
@@ -1,7 +1,7 @@
|
|
USB OHCI controllers
|
|
USB OHCI controllers
|
|
|
|
|
|
Required properties:
|
|
Required properties:
|
|
-- compatible : "usb-ohci"
|
|
|
|
|
|
+- compatible : "generic-ohci"
|
|
- reg : ohci controller register range (address and length)
|
|
- reg : ohci controller register range (address and length)
|
|
- interrupts : ohci controller interrupt
|
|
- interrupts : ohci controller interrupt
|
|
|
|
|
|
@@ -16,7 +16,7 @@ Optional properties:
|
|
Example:
|
|
Example:
|
|
|
|
|
|
ohci0: usb@01c14400 {
|
|
ohci0: usb@01c14400 {
|
|
- compatible = "allwinner,sun4i-a10-ohci", "usb-ohci";
|
|
|
|
|
|
+ compatible = "allwinner,sun4i-a10-ohci", "generic-ohci";
|
|
reg = <0x01c14400 0x100>;
|
|
reg = <0x01c14400 0x100>;
|
|
interrupts = <64>;
|
|
interrupts = <64>;
|
|
clocks = <&usb_clk 6>, <&ahb_gates 2>;
|
|
clocks = <&usb_clk 6>, <&ahb_gates 2>;
|