summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2008-10-21 04:14:33 +0200
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2008-10-21 04:14:33 +0200
commitc1075fb7ec62b7ac0ac6baee2ceeb77270206aef (patch)
treecad7eac9f6755e7d73f07ae034db3bdb97d4b3cf /arch/powerpc/boot
parentMerge commit 'jwb/jwb-next' (diff)
parentpowerpc/mpc5200: Refactor FEC mdio read/write routines (diff)
downloadlinux-c1075fb7ec62b7ac0ac6baee2ceeb77270206aef.tar.xz
linux-c1075fb7ec62b7ac0ac6baee2ceeb77270206aef.zip
Merge commit 'gcl/gcl-next'
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/cuboot-52xx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/cuboot-52xx.c b/arch/powerpc/boot/cuboot-52xx.c
index a8611546a656..4c42ec8687be 100644
--- a/arch/powerpc/boot/cuboot-52xx.c
+++ b/arch/powerpc/boot/cuboot-52xx.c
@@ -37,6 +37,10 @@ static void platform_fixups(void)
* this can do a simple path lookup.
*/
soc = find_node_by_devtype(NULL, "soc");
+ if (!soc)
+ soc = find_node_by_compatible(NULL, "fsl,mpc5200-immr");
+ if (!soc)
+ soc = find_node_by_compatible(NULL, "fsl,mpc5200b-immr");
if (soc) {
setprop(soc, "bus-frequency", &bd.bi_ipbfreq,
sizeof(bd.bi_ipbfreq));