aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/mpc832x_rdb.c
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-04-11 07:56:49 +1000
committerPaul Mackerras <paulus@samba.org>2007-05-02 20:04:29 +1000
commit3baee955953957be5496cd28e9c544d9db214262 (patch)
tree65ea46aab9d707ad0044446367901c3f217fc78e /arch/powerpc/platforms/83xx/mpc832x_rdb.c
parent[POWERPC] Replace undocumented interface properties in dts files (diff)
downloadlinux-dev-3baee955953957be5496cd28e9c544d9db214262.tar.xz
linux-dev-3baee955953957be5496cd28e9c544d9db214262.zip
[POWERPC] Add 'mdio' to bus scan id list for platforms with QE UEC
Add 'mdio' to bus scan id list for platforms with QE UEC as a consequence of converting UEC mdio driver to an of_platform driver in the ucc_geth phylib conversion patch. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx/mpc832x_rdb.c')
-rw-r--r--arch/powerpc/platforms/83xx/mpc832x_rdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc832x_rdb.c b/arch/powerpc/platforms/83xx/mpc832x_rdb.c
index 6b71e9ffb11a..b0b22bb29de7 100644
--- a/arch/powerpc/platforms/83xx/mpc832x_rdb.c
+++ b/arch/powerpc/platforms/83xx/mpc832x_rdb.c
@@ -73,6 +73,7 @@ static struct of_device_id mpc832x_ids[] = {
{ .type = "soc", },
{ .compatible = "soc", },
{ .type = "qe", },
+ { .type = "mdio", },
{},
};