Commit 3a5cc442 authored by Domen Puncer's avatar Domen Puncer Committed by Paul Mackerras
Browse files

[POWERPC] Set efika's device_type to "soc"



Device type should be "soc" (as in lite5200.dts), compatible is
already set to "mpc5200".

Signed-off-by: default avatarDomen Puncer <domen.puncer@telargo.com>
Signed-off-by: default avatarSylvain Munaut <tnt@246tNt.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 5cae84c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2153,7 +2153,7 @@ static void __init fixup_device_tree_efika(void)
	                             3,12,0, 3,13,0, 3,14,0, 3,15,0 };
	struct subst_entry efika_subst_table[] = {
		{ "/",			"device_type",	prop_cstr("efika") },
		{ "/builtin",		"compatible",	prop_cstr("soc") },
		{ "/builtin",		"device_type",	prop_cstr("soc") },
		{ "/builtin/ata",	"compatible",	prop_cstr("mpc5200b-ata\0mpc5200-ata"), },
		{ "/builtin/bestcomm",	"compatible",	prop_cstr("mpc5200b-bestcomm\0mpc5200-bestcomm") },
		{ "/builtin/bestcomm",	"interrupts",	prop_bcomm_irq, sizeof(prop_bcomm_irq) },