]> git.hungrycats.org Git - linux/commitdiff
PPC: Revert "[POWERPC] Add 'mdio' to bus scan id list for platforms with QE UEC"
authorKim Phillips <kim.phillips@freescale.com>
Thu, 26 Jul 2007 22:25:12 +0000 (17:25 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 15 Aug 2007 16:25:09 +0000 (09:25 -0700)
This reverts commit 3baee955953957be5496cd28e9c544d9db214262.

this was a mistake from the start; I added mdio type to the bus
scan list early on in my ucc_geth migrate to phylib development,
which is just pure wrong (the ucc_geth_mii driver creates the mii
bus and the PHY layer handles PHY enumeration without translation).

this accompanies commit 77926826f301fbd8ed96d3cd9ff17a5b59560dfb:

 Revert "[POWERPC] Don't complain if size-cells == 0 in prom_parse()"

which was basically trying to hide a symptom of the original mistake
this revert fixes.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/platforms/83xx/mpc832x_mds.c
arch/powerpc/platforms/83xx/mpc832x_rdb.c
arch/powerpc/platforms/83xx/mpc836x_mds.c
arch/powerpc/platforms/85xx/mpc85xx_mds.c

index 94843ed52a9334b476724e4243cd56520e45b1db..fff09f5d6edfc126c2db322e868efa714fad71e3 100644 (file)
@@ -111,7 +111,6 @@ static struct of_device_id mpc832x_ids[] = {
        { .type = "soc", },
        { .compatible = "soc", },
        { .type = "qe", },
-       { .type = "mdio", },
        {},
 };
 
index 3db68b73fc3297a8eab6c1bff2d73cf0de3532cf..44a7661ea172ac59c9225d5fc6bdbd619348b95a 100644 (file)
@@ -75,7 +75,6 @@ static struct of_device_id mpc832x_ids[] = {
        { .type = "soc", },
        { .compatible = "soc", },
        { .type = "qe", },
-       { .type = "mdio", },
        {},
 };
 
index bceeff8bbfd21045fb9c873a468720f6f6d90552..526ed090a446a36c60b4b19db32e964339dc7087 100644 (file)
@@ -118,7 +118,6 @@ static struct of_device_id mpc836x_ids[] = {
        { .type = "soc", },
        { .compatible = "soc", },
        { .type = "qe", },
-       { .type = "mdio", },
        {},
 };
 
index e3dddbfe66ff711f8a14860d62252c5ebb004080..54db41689954c4342733c09d5f19422deaf4fbbb 100644 (file)
@@ -147,7 +147,6 @@ static struct of_device_id mpc85xx_ids[] = {
        { .type = "soc", },
        { .compatible = "soc", },
        { .type = "qe", },
-       { .type = "mdio", },
        {},
 };