]> git.sur5r.net Git - u-boot/commit
Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
authorKumar Gala <galak@kernel.crashing.org>
Thu, 11 Oct 2007 05:29:18 +0000 (00:29 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Fri, 19 Oct 2007 16:25:01 +0000 (11:25 -0500)
commit7600d47b8f6a10019e537dc9a62aa1498df58d25
treedec36ca966862046717914f9b5c0319eaa5e4b51
parenta3063eec775719b7e91023bbec3f64b3118791df
Improve handling of PCI interrupt device tree fixup on MPC85xx CDS

On the MPC85xx CDS we have two issues:

1. The device tree fixup code did not check to see if the property we are
trying to update is actually found.  Its possible that it would update
random memory starting at 0.

2. Newer Linux kernel's have moved the location of the PCI nodes to be
sibilings of the soc node and not children.  The explicit PATH to the PCI
node would not be found for these device trees.  Add the ability to handle
both paths.  In the future we shouldn't handle such fixups by explicit path.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/cds/common/ft_board.c
include/configs/MPC8541CDS.h
include/configs/MPC8548CDS.h
include/configs/MPC8555CDS.h