summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx
diff options
context:
space:
mode:
authorLi Yang <leoli@freescale.com>2009-01-21 10:46:57 +0100
committerKumar Gala <galak@kernel.crashing.org>2009-01-26 22:35:06 +0100
commit344b62870d99cdee41fa168888b0817599134ab6 (patch)
treed38e828b71967e825d807f5e28a710ba74d7d2c3 /arch/powerpc/platforms/83xx
parentpowerpc/85xx: Fix typo in mpc8572ds dts (diff)
downloadlinux-344b62870d99cdee41fa168888b0817599134ab6.tar.xz
linux-344b62870d99cdee41fa168888b0817599134ab6.zip
powerpc/mpc8313erdb: fix kernel panic because mdio device is not probed
Probe the new mdio node added by b31a1d8b. Fix kernel panic problem when gianfar driver wants to get the of_platform_device of that mdio. Signed-off-by: Li Yang <leoli@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx')
-rw-r--r--arch/powerpc/platforms/83xx/mpc831x_rdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc831x_rdb.c b/arch/powerpc/platforms/83xx/mpc831x_rdb.c
index 5177bdd2c62a..91a2c80b9d72 100644
--- a/arch/powerpc/platforms/83xx/mpc831x_rdb.c
+++ b/arch/powerpc/platforms/83xx/mpc831x_rdb.c
@@ -71,6 +71,7 @@ static int __init mpc831x_rdb_probe(void)
static struct of_device_id __initdata of_bus_ids[] = {
{ .compatible = "simple-bus" },
+ { .compatible = "gianfar" },
{},
};