summaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings/usb
AgeCommit message (Collapse)Author
2017-03-23mvebu: usb: xhci: Add VBUS regulator supply to the host driverKonstantin Porotchkin
The USB device should linked to VBUS regulator through "vbus-supply" DTS property. This patch adds handling for "vbus-supply" property inside the USB device entry for turning on the VBUS regulator upon the host adapter probe. Signed-off-by: Konstantin Porotchkin <[email protected]> Cc: Stefan Roese <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Nadav Haklai <[email protected]> Cc: Neta Zur Hershkovits <[email protected]> Cc: Igal Liberman <[email protected]> Cc: Haim Boot <[email protected]> Acked-by: Marek Vasut <[email protected]> Signed-off-by: Stefan Roese <[email protected]>
2016-04-01ehci: Add support for Qualcomm EHCIMateusz Kulikowski
This driver is able to reconfigure OTG controller into HOST mode. Board can add board-specific initialization as board_prepare_usb(). It requires USB_ULPI_VIEWPORT enabled in board configuration. Signed-off-by: Mateusz Kulikowski <[email protected]> Acked-by: Marek Vasut <[email protected]> Tested-by: Simon Glass <[email protected]>
2012-03-29tegra: fdt: Add additional USB bindingSimon Glass
This adds a property to indicate a port which can switch between host and device mode. Signed-off-by: Simon Glass <[email protected]> Acked-by: Stephen Warren <[email protected]> Signed-off-by: Tom Warren <[email protected]>
2012-03-29fdt: Add tegra-usb bindings file from linuxSimon Glass
This file is taken from the Linux mailing list. Signed-off-by: Simon Glass <[email protected]> Signed-off-by: Tom Warren <[email protected]>