mbox series

[v2,0/2] usb: host: ehci-platform: add ignore-oc DT support

Message ID 20210223161644.6095-1-noltari@gmail.com (mailing list archive)
Headers show
Series usb: host: ehci-platform: add ignore-oc DT support | expand

Message

Álvaro Fernández Rojas Feb. 23, 2021, 4:16 p.m. UTC
Over-current reporting isn't supported on some platforms such as bcm63xx.
These devices will incorrectly report over-current if this flag isn't properly
activated.

Álvaro Fernández Rojas (2):
  dt-bindings: usb: generic-ehci: document ignore-oc flag
  usb: host: ehci-platform: add ignore_oc DT support

 Documentation/devicetree/bindings/usb/generic-ehci.yaml | 6 ++++++
 drivers/usb/host/ehci-platform.c                        | 3 +++
 2 files changed, 9 insertions(+)