[PATCH 0/2] ti,am62-usb: introduce ti,lane-reverse property

Richard Genoud posted 2 patches 1 day, 5 hours ago
Documentation/devicetree/bindings/usb/ti,am62-usb.yaml | 5 +++++
drivers/usb/dwc3/dwc3-am62.c                           | 5 +++++
2 files changed, 10 insertions(+)
[PATCH 0/2] ti,am62-usb: introduce ti,lane-reverse property
Posted by Richard Genoud 1 day, 5 hours ago
This mini series introduces and uses the ti,lane-reverse property.

dwc3-am62 USB PHY supports swapping D+ and D- lines which is quite
useful when a mistake as been made in the design, or even if the lines
were swapped on purpose, to facilitate routing for example.

The first patch adds the binding and the second one uses it.

This has been tested on a am625 Soc

Richard Genoud (2):
  dt-bindings: usb/ti,am62-usb.yaml: Add ti,lane-reverse property
  usb: dwc3-am62: support ti,lane-reverse property

 Documentation/devicetree/bindings/usb/ti,am62-usb.yaml | 5 +++++
 drivers/usb/dwc3/dwc3-am62.c                           | 5 +++++
 2 files changed, 10 insertions(+)