commit | 6525d51fa5790727c04c4883341bc8f58f8e3bb3 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Jul 08 22:37:44 2010 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Jul 20 04:40:06 2010 -0500 |
tree | 128725920f92bc648385c74805d2f05e65171088 | |
parent | 75e73afd5784c0df6a5e35c5a5b2e2fce0296bc0 [diff] |
powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliases Previously we used an alias the pci node to determine which node to fixup or delete. Now we use the new fdt_node_offset_by_compat_reg to find the node to update. Additionally, we replace the code in each board with a single macro call that makes assumes uniform naming and reduces duplication in this area. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>