Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <robh@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Dinh Nguyen
4b9ff41f 1b5f9a04

+4
+4
Documentation/devicetree/bindings/usb/dwc2.yaml
··· 68 68 items: 69 69 - const: otg 70 70 71 + disable-over-current: 72 + type: boolean 73 + description: whether to disable detection of over-current condition. 74 + 71 75 iommus: 72 76 maxItems: 1 73 77