[PATCH] ARM: enable PCI bridges after assigning resources (was orion/kirkwood pcie issue still open with 2.6.32-rc6 (marvell stock 2.6.22.18 works!))

Maxime Bizon mbizon at freebox.fr
Wed Nov 11 20:35:09 EST 2009


On Wed, 2009-11-11 at 18:19 +0100, Lennert Buytenhek wrote:

Hi Lennert & Dieter,

> It's the "Mem" one (surprise! :)).  The minus in "Mem-" indicates that
> the bit is disabled in the Control register.

I sent this patch twice on arm mailing list but it went unnoticed. I
think you're hitting the exact same problem.



When kernel is doing PCI resource assignment on ARM, nothing ever
enables PCI bridges, preventing any device behind them from working. The
following patch fixes this.


Signed-off-by: Maxime Bizon <mbizon at freebox.fr>

--- linux-2.6.29/arch/arm/kernel/bios32.c.old	2009-04-16 22:43:18.000000000 +0200
+++ linux-2.6.29/arch/arm/kernel/bios32.c	2009-04-16 22:43:25.000000000 +0200
@@ -580,6 +580,7 @@
 			 * Assign resources.
 			 */
 			pci_bus_assign_resources(bus);
+			pci_enable_bridges(bus);
 		}
 
 		/*




-- 
Maxime




More information about the linux-arm-kernel mailing list