mbox series

[PATCHv2,0/3] phy: omap-usb2: add quirk to disable charger detection

Message ID 20200602114606.32045-1-rogerq@ti.com
Headers show
Series phy: omap-usb2: add quirk to disable charger detection | expand

Message

Roger Quadros June 2, 2020, 11:46 a.m. UTC
Hi,

- convert DT binding to YAML
- add DT property to disable charger detection
  (Errata i2075 for AM65 SR1.0)

Changelog:
v2
- Address Rob's comments on YAML schema.

cheers,
-roger

Bin Liu (1):
  dts: am65: add ti,dis-chg-det-quirk flag to usb phy nodes

Roger Quadros (3):
  dt-binding: phy: convert ti,omap-usb2 to YAML
  dt-binding: phy: ti,omap-usb2: Add quirk to disable charger detection
  phy: omap-usb2-phy: disable PHY charger detect

 .../devicetree/bindings/phy/ti,omap-usb2.yaml | 74 +++++++++++++++++++
 .../devicetree/bindings/phy/ti-phy.txt        | 37 ----------
 drivers/phy/ti/phy-omap-usb2.c                | 35 +++++++--
 3 files changed, 102 insertions(+), 44 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/phy/ti,omap-usb2.yaml