mbox series

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

Message ID 20210223155005.21712-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, 3:50 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 | 5 +++++
 drivers/usb/host/ehci-platform.c                        | 3 +++
 2 files changed, 8 insertions(+)