powerpc/4xx: PCIe driver now detects if a port is disabled via the dev-tree
authorStefan Roese <sr@denx.de>
Thu, 5 Jun 2008 14:22:29 +0000 (00:22 +1000)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Wed, 11 Jun 2008 12:06:51 +0000 (08:06 -0400)
commit995ada8d5e6b3d5a32ca3e544a564d0623c4f3fa
tree2fd4502a2cb80b905da9e340e81924f3f4f0ad6d
parent156cea23acffaa270cf243a3a0f43e1e30682081
powerpc/4xx: PCIe driver now detects if a port is disabled via the dev-tree

This patch add a check to the PPC4xx PCIe driver to detect if the port
is disabled via the device-tree. This is needed for the AMCC Canyonlands
board which has an option to either select 2 PCIe ports or 1 PCIe port
and one SATA port. The SATA port and the 1st PCIe port pins are multiplexed
so we can't start both drivers.

Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/sysdev/ppc4xx_pci.c