aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2008-01-31 10:50:17 +1100
committerPaul Mackerras <paulus@samba.org>2008-01-31 10:50:17 +1100
commit4eece4ccf997c0e6d8fdad3d842e37b16b8d705f (patch)
treeb8ddfaa3401a6af36ab06829b1b0c31e0ff2fb38 /drivers/usb
parent[POWERPC] 83xx: Clean up / convert mpc83xx board DTS files to v1 format. (diff)
parent[POWERPC] mpc52xx_psc_spi device driver must not touch port_config and cdm (diff)
downloadlinux-dev-4eece4ccf997c0e6d8fdad3d842e37b16b8d705f.tar.xz
linux-dev-4eece4ccf997c0e6d8fdad3d842e37b16b8d705f.zip
Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xx
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/ohci-ppc-of.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-ppc-of.c b/drivers/usb/host/ohci-ppc-of.c
index 0c3e6b790b7b..a67252791223 100644
--- a/drivers/usb/host/ohci-ppc-of.c
+++ b/drivers/usb/host/ohci-ppc-of.c
@@ -136,6 +136,8 @@ ohci_hcd_ppc_of_probe(struct of_device *op, const struct of_device_id *match)
ohci = hcd_to_ohci(hcd);
if (is_bigendian) {
ohci->flags |= OHCI_QUIRK_BE_MMIO | OHCI_QUIRK_BE_DESC;
+ if (of_device_is_compatible(dn, "fsl,mpc5200-ohci"))
+ ohci->flags |= OHCI_QUIRK_FRAME_NO;
if (of_device_is_compatible(dn, "mpc5200-ohci"))
ohci->flags |= OHCI_QUIRK_FRAME_NO;
}