usb: dwc3: core: add dt support for dwc3 core
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 25 Jan 2013 11:06:53 +0000 (16:36 +0530)
committerFelipe Balbi <balbi@ti.com>
Fri, 25 Jan 2013 11:17:54 +0000 (13:17 +0200)
commit5088b6f5bcf1747345ef9fe217fc80935b1b07df
tree58bb33d2660befeca679a363e4aca6e02f211afb
parent0c4c8bbbfdfc61c2ab2cc1026b5a05ae52396c93
usb: dwc3: core: add dt support for dwc3 core

Added dt support for dwc3 core and update the documentation with
device tree binding information. Getting a PHY is now done using
devm_usb_get_phy_by_phandle() for dt boot.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Documentation/devicetree/bindings/usb/dwc3.txt [new file with mode: 0644]
drivers/usb/dwc3/core.c