diff options
Diffstat (limited to 'Bindings/usb/ci-hdrc-usb2.txt')
-rw-r--r-- | Bindings/usb/ci-hdrc-usb2.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Bindings/usb/ci-hdrc-usb2.txt b/Bindings/usb/ci-hdrc-usb2.txt index 1084e2bcbe1c2..0e03344e2e8bb 100644 --- a/Bindings/usb/ci-hdrc-usb2.txt +++ b/Bindings/usb/ci-hdrc-usb2.txt @@ -81,6 +81,8 @@ i.mx specific properties - fsl,usbmisc: phandler of non-core register device, with one argument that indicate usb controller index - disable-over-current: disable over current detect +- over-current-active-high: over current signal polarity is high active, + typically over current signal polarity is low active. - external-vbus-divider: enables off-chip resistor divider for Vbus Example: @@ -93,7 +95,7 @@ Example: phys = <&usb_phy0>; phy-names = "usb-phy"; vbus-supply = <®_usb0_vbus>; - gadget-itc-setting = <0x4>; /* 4 micro-frames */ + itc-setting = <0x4>; /* 4 micro-frames */ /* Incremental burst of unspecified length */ ahb-burst-config = <0x0>; tx-burst-size-dword = <0x10>; /* 64 bytes */ |