commit | 0edddd968333b1ebe43e9d4bd1e6e2db49c440ab | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Apr 20 10:21:12 2010 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed May 12 04:53:51 2010 -0500 |
tree | ec82e7744e8f8738b2131add105dabb6a05978d1 | |
parent | af7a9dc83ee463f6e6f02625eb95474ebce7f5a4 [diff] |
85xx/mpc8536ds: Use is_serdes_configured() to determine of PCIe enabled The new is_serdes_configured covers a broader range of devices than the PCI specific code. Use it instead as we convert away from the is_fsl_pci_cfg() code. Additionally move to setting LAWs for PCI based on if its configured. Also updated PCI FDT fixup code to remove PCI controllers from dtb if they are configured. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>