From: Tony Prisk Date: Sun, 14 Oct 2012 03:22:35 +0000 (+1300) Subject: usb: Missing dma_mask in ehci-vt8500.c when probed from device-tree X-Git-Tag: v3.7-rc2~17^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e1babb3ff2651376f2e9843569fcb39cfe4686b;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed