commit | 6e1babb3ff2651376f2e9843569fcb39cfe4686b | [log] [tgz] |
---|---|---|
author | Tony Prisk <linux@prisktech.co.nz> | Sun Oct 14 16:22:35 2012 +1300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Oct 17 13:42:29 2012 -0700 |
tree | 1e41a52ea93f66123cf3f99531a79c61720bbb93 | |
parent | 09eeffb70c086692064f4224490d1cd2ffe43bdd [diff] |
usb: Missing dma_mask in ehci-vt8500.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 arch-vt8500 when using devicetree. Without this patch, arch-vt8500 cannot detect ehci attached devices. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>