|
@@ -30,6 +30,8 @@ Optional properties:
|
|
argument that indicate usb controller index
|
|
argument that indicate usb controller index
|
|
- disable-over-current: (FSL only) disable over current detect
|
|
- disable-over-current: (FSL only) disable over current detect
|
|
- external-vbus-divider: (FSL only) enables off-chip resistor divider for Vbus
|
|
- external-vbus-divider: (FSL only) enables off-chip resistor divider for Vbus
|
|
|
|
+- itc-setting: interrupt threshold control register control, the setting
|
|
|
|
+ should be aligned with ITC bits at register USBCMD.
|
|
|
|
|
|
Example:
|
|
Example:
|
|
|
|
|
|
@@ -41,4 +43,5 @@ Example:
|
|
phys = <&usb_phy0>;
|
|
phys = <&usb_phy0>;
|
|
phy-names = "usb-phy";
|
|
phy-names = "usb-phy";
|
|
vbus-supply = <®_usb0_vbus>;
|
|
vbus-supply = <®_usb0_vbus>;
|
|
|
|
+ gadget-itc-setting = <0x4>; /* 4 micro-frames */
|
|
};
|
|
};
|