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

Commit aafbf16b authored by Grant Likely's avatar Grant Likely
Browse files

powerpc/5200: Add 'simple-bus' to the of_platform probe list.



To better match the ePAPR specification, device nodes which claim
"simple-bus" compatibility should be probed by default.

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 86f5a4a7
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -28,9 +28,10 @@ static struct of_device_id mpc52xx_xlb_ids[] __initdata = {
static struct of_device_id mpc52xx_bus_ids[] __initdata = {
static struct of_device_id mpc52xx_bus_ids[] __initdata = {
	{ .compatible = "fsl,mpc5200-immr", },
	{ .compatible = "fsl,mpc5200-immr", },
	{ .compatible = "fsl,mpc5200b-immr", },
	{ .compatible = "fsl,mpc5200b-immr", },
	{ .compatible = "fsl,lpb", },
	{ .compatible = "simple-bus", },


	/* depreciated matches; shouldn't be used in new device trees */
	/* depreciated matches; shouldn't be used in new device trees */
	{ .compatible = "fsl,lpb", },
	{ .type = "builtin", .compatible = "mpc5200", }, /* efika */
	{ .type = "builtin", .compatible = "mpc5200", }, /* efika */
	{ .type = "soc", .compatible = "mpc5200", }, /* lite5200 */
	{ .type = "soc", .compatible = "mpc5200", }, /* lite5200 */
	{}
	{}