summaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings/usb
AgeCommit message (Collapse)Author
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]>