mbox series

[0/2] USB: host: ehci-atmel: Enable HSIC port on SAMA5D2

Message ID 20210910163842.1596407-1-cristian.birsan@microchip.com (mailing list archive)
Headers show
Series USB: host: ehci-atmel: Enable HSIC port on SAMA5D2 | expand

Message

Cristian Birsan Sept. 10, 2021, 4:38 p.m. UTC
From: Cristian Birsan <cristian.birsan@microchip.com>

On SAMA5D2 SoCs, Port C of USB Host contains a High-Speed Inter-Chip (HSIC)
transceiver. It can be used for USB chip-to-chip interconnect with a 2-signal
(strobe, data) synchronous serial interface using 240 MHz DDR signaling.

External cables, connectors, and hot plug & play are not supported.

This patch series enables this feature.

Cristian Birsan (2):
  dt-bindings: usb: atmel: add USB PHY type property
  USB: host: ehci-atmel: Add support for HSIC phy

 Documentation/devicetree/bindings/usb/atmel-usb.txt | 4 ++++
 drivers/usb/host/ehci-atmel.c                       | 8 ++++++++
 2 files changed, 12 insertions(+)