aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-2.6.29/boc01/004-081205-usb.patch
blob: dc7eba64d082914cd4baddd5028bbf417f8a5011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- linux-2.6.27.orig/arch/powerpc/platforms/83xx/usb.c	2008-12-05 14:50:43.000000000 +0100
+++ linux-2.6.27.modif/arch/powerpc/platforms/83xx/usb.c	2008-12-05 14:51:17.000000000 +0100
@@ -172,10 +172,10 @@
 		     !strcmp(prop, "utmi"))) {
 		u32 refsel;
 
-		if (of_device_is_compatible(immr_node, "fsl,mpc8315-immr"))
+//		if (of_device_is_compatible(immr_node, "fsl,mpc8315-immr"))
 			refsel = CONTROL_REFSEL_24MHZ;
-		else
-			refsel = CONTROL_REFSEL_48MHZ;
+//		else
+//			refsel = CONTROL_REFSEL_48MHZ;
 		/* Set UTMI_PHY_EN and REFSEL */
 		out_be32(usb_regs + FSL_USB2_CONTROL_OFFS,
 				CONTROL_UTMI_PHY_EN | refsel);