After r308533, the platform compatible string must be an exact match.

Use "ti,am33xx" instead of "ti,am335x", which gives an exact match in every
DTS we support.

This fixes the boot on TI SoCs after r308533.

Suggested by:	gonzo
Sponsored by:	Rubicon Communications, LLC (Netgate)
This commit is contained in:
Luiz Otavio O Souza 2016-11-15 21:18:55 +00:00
parent 4dfc28b7e8
commit b7f9d71cf4

View File

@ -124,5 +124,5 @@ static platform_method_t am335x_methods[] = {
PLATFORMMETHOD_END,
};
FDT_PLATFORM_DEF(am335x, "am335x", 0, "ti,am335x", 200);
FDT_PLATFORM_DEF(am335x, "am335x", 0, "ti,am33xx", 200);
#endif