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

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

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


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


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


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