usb: dwc3: set dma_mask for dwc3_omap device
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 7 Mar 2013 13:21:43 +0000 (18:51 +0530)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:18:14 +0000 (11:18 +0200)
commitddff14f1ab9b55b73ba59126ef4a10966725fc9d
tree803dce8a9343fdc8ea426df5129d39cde9126bb8
parentd4436c3a6e4ea3000b794eb61e0fc1db46d14175
usb: dwc3: set dma_mask for dwc3_omap device

*dma_mask* is not set for devices created from dt data. So filled dma_mask
for dwc3_omap device here. And dwc3 core will copy the dma_mask from its
parent.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/core.c
drivers/usb/dwc3/dwc3-omap.c