summaryrefslogtreecommitdiffstats
path: root/target/linux/coldfire/patches/089-m547x_8x_pci_reset_usb_fix.patch
blob: 79a1e3930e163aaa7ec427d13c22c8b6db1e4e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Bugzilla 1647. This patch resets PCI which fixes the USB problem on mcf5475.

Set PCI registers MCF_PCIGSCR and MCF_PCITCR to their reset defaults. 
This fixes the USB problem and enables other PCI cards, such as PCI
network to function properly.

Original work of Matt Waddel
Signed-off-by: Ross Wille

--- a/arch/m68k/coldfire/mcf548x-pci.c
+++ b/arch/m68k/coldfire/mcf548x-pci.c
@@ -1,5 +1,23 @@
 /*
  * 	ColdFire 547x/548x PCI Host Controller functions
+ *
+ * Copyright (c) 2005-2008 Freescale Semiconductor, Inc.
+ *
+ * This code is based on the 2.6.10 version of pci.c
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 #include <linux/kernel.h>
 #include <linux/types.h>
@@ -815,6 +833,13 @@ struct pci_bus_info *__init init_coldfir
 		return NULL;
 	}
 
+	/* Must Reset!!! If bootloader has PCI enabled, it will cause
+	 * problem in linux when it tries to configure/find resources
+	 * for the pci devices.  Both registers need to be reset.
+	 */
+	MCF_PCIGSCR = 0x1;
+	MCF_PCITCR = 0x00000000;
+
 	/* Set up the arbiter */
 	MCF_PCIARB_PACR = 0 /*MCF_PCIARB_PACR_PKMD*/
 			| MCF_PCIARB_PACR_INTMPRI