Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c5ede8c authored by Kim Phillips's avatar Kim Phillips Committed by Paul Mackerras
Browse files

[POWERPC] Revert "[POWERPC] Add 'mdio' to bus scan id list for platforms with QE UEC"



This reverts commit 3baee955.

That commit 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 follows on from commit 77926826:

 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: default avatarKim Phillips <kim.phillips@freescale.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent bd948b03
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -106,7 +106,6 @@ static struct of_device_id mpc832x_ids[] = {
	{ .type = "soc", },
	{ .type = "soc", },
	{ .compatible = "soc", },
	{ .compatible = "soc", },
	{ .type = "qe", },
	{ .type = "qe", },
	{ .type = "mdio", },
	{},
	{},
};
};


+0 −1
Original line number Original line Diff line number Diff line
@@ -70,7 +70,6 @@ static struct of_device_id mpc832x_ids[] = {
	{ .type = "soc", },
	{ .type = "soc", },
	{ .compatible = "soc", },
	{ .compatible = "soc", },
	{ .type = "qe", },
	{ .type = "qe", },
	{ .type = "mdio", },
	{},
	{},
};
};


+0 −1
Original line number Original line Diff line number Diff line
@@ -113,7 +113,6 @@ static struct of_device_id mpc836x_ids[] = {
	{ .type = "soc", },
	{ .type = "soc", },
	{ .compatible = "soc", },
	{ .compatible = "soc", },
	{ .type = "qe", },
	{ .type = "qe", },
	{ .type = "mdio", },
	{},
	{},
};
};


+0 −1
Original line number Original line Diff line number Diff line
@@ -142,7 +142,6 @@ static struct of_device_id mpc85xx_ids[] = {
	{ .type = "soc", },
	{ .type = "soc", },
	{ .compatible = "soc", },
	{ .compatible = "soc", },
	{ .type = "qe", },
	{ .type = "qe", },
	{ .type = "mdio", },
	{},
	{},
};
};