aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2022-02-18 17:15:21 +0100
committerDinh Nguyen <[email protected]>2022-03-01 09:41:54 -0600
commit4b9ff41f22d69f06dd6bfc929eec0f2a1f05789c (patch)
tree2eabf7594917cfba60ec0842f917b731a9def9d4
parent1b5f9a0487594bae57a6b60d11ee2e274648ec05 (diff)
dt-bindings: usb: dwc2: add disable-over-current
The driver parses disable-over-current protection and some implementations use it (e.g. Altera Stratix10), so document it in the bindings. Acked-by: Rob Herring <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Dinh Nguyen <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/usb/dwc2.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc2.yaml b/Documentation/devicetree/bindings/usb/dwc2.yaml
index 1ba96706bbcb..1addab83f4fd 100644
--- a/Documentation/devicetree/bindings/usb/dwc2.yaml
+++ b/Documentation/devicetree/bindings/usb/dwc2.yaml
@@ -68,6 +68,10 @@ properties:
items:
- const: otg
+ disable-over-current:
+ type: boolean
+ description: whether to disable detection of over-current condition.
+
iommus:
maxItems: 1