On Tue, Jul 17, 2007 at 04:58:32AM +0400, Vitaly Bordug wrote: > diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts > b/arch/powerpc/boot/dts/mpc8313erdb.dts > index 1b351dc..c330e79 100644 > --- a/arch/powerpc/boot/dts/mpc8313erdb.dts > +++ b/arch/powerpc/boot/dts/mpc8313erdb.dts > @@ -90,6 +90,7 @@ > interrupt-parent = < &ipic >; > interrupts = <26 8>; > phy_type = "utmi_wide"; > + control_init = <00000280>; // UTMI ext 48 MHz clk
fsl,usb-control-init, please. > diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c > index 099aff6..994a127 100644 > --- a/drivers/usb/host/ehci-hcd.c > +++ b/drivers/usb/host/ehci-hcd.c > @@ -925,7 +925,7 @@ MODULE_LICENSE ("GPL"); > #define PCI_DRIVER ehci_pci_driver > #endif > > -#ifdef CONFIG_MPC834x > +#if defined(CONFIG_MPC834x) || defined(CONFIG_PPC_MPC831x) > #include "ehci-fsl.c" > #define PLATFORM_DRIVER ehci_fsl_driver > #endif It'd be better to define a CONFIG_FSL_EHCI and have the 834x and 831x configs enable it. -Scott _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev