diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2007-04-10 17:56:49 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-02 06:04:29 -0400 |
commit | 3baee955953957be5496cd28e9c544d9db214262 (patch) | |
tree | 65ea46aab9d707ad0044446367901c3f217fc78e /arch/powerpc/platforms/85xx/mpc85xx_mds.c | |
parent | 0fd8c47cccb101ce4bed049e4bb3b50e44b16500 (diff) |
[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/85xx/mpc85xx_mds.c')
-rw-r--r-- | arch/powerpc/platforms/85xx/mpc85xx_mds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/mpc85xx_mds.c b/arch/powerpc/platforms/85xx/mpc85xx_mds.c index 54db4168995..e3dddbfe66f 100644 --- a/arch/powerpc/platforms/85xx/mpc85xx_mds.c +++ b/arch/powerpc/platforms/85xx/mpc85xx_mds.c | |||
@@ -147,6 +147,7 @@ static struct of_device_id mpc85xx_ids[] = { | |||
147 | { .type = "soc", }, | 147 | { .type = "soc", }, |
148 | { .compatible = "soc", }, | 148 | { .compatible = "soc", }, |
149 | { .type = "qe", }, | 149 | { .type = "qe", }, |
150 | { .type = "mdio", }, | ||
150 | {}, | 151 | {}, |
151 | }; | 152 | }; |
152 | 153 | ||