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

Commit fa874618 authored by Randy Vinson's avatar Randy Vinson Committed by Kumar Gala
Browse files

powerpc/85xx: Fix FSL RapidIO probing on MDS boards



FSL RapidIO won't probe without a proper compatible entry. This
patch fixes the issue by adding fsl,rapidio-delta compatible to
mpc85xx_ids.

Signed-off-by: default avatarRandy Vinson <rvinson@mvista.com>
Signed-off-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent a44a23ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -285,6 +285,7 @@ static struct of_device_id mpc85xx_ids[] = {
	{ .type = "qe", },
	{ .compatible = "fsl,qe", },
	{ .compatible = "gianfar", },
	{ .compatible = "fsl,rapidio-delta", },
	{},
};