commit | 09eeffb70c086692064f4224490d1cd2ffe43bdd | [log] [tgz] |
---|---|---|
author | Tony Prisk <linux@prisktech.co.nz> | Sun Oct 14 16:22:34 2012 +1300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Oct 17 13:42:29 2012 -0700 |
tree | 653240abe7b3166a762933e6b8cdb08d0a482f9f | |
parent | c5211187f7ff8e8dbff4ebf7c011ac4c0ffe319c [diff] |
usb: Missing dma_mask in uhci-platform.c when probed from device-tree Device-tree probed devices don't get a dev.dma_mask set. This patch sets a default 32bit mask on platforms using devicetree. Without this patch, arch-vt8500 cannot detect uhci attached devices. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>