platform: generic: mips boston: update "compatible"

Use a platform-specific compatible to avoid clashing
with CPU compatible

Signed-off-by: Vladimir Kondratiev <vladimir.kondratiev@mobileye.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20260301141332.2941601-1-vladimir.kondratiev@mobileye.com
Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
Vladimir Kondratiev
2026-03-01 16:13:32 +02:00
committed by Anup Patel
parent 4dc1b9f7ba
commit ef1ee40e7d

View File

@@ -140,7 +140,7 @@ static struct p8700_cm_info boston_cm_info = {
}; };
static const struct fdt_match boston_match[] = { static const struct fdt_match boston_match[] = {
{ .compatible = "mips,p8700", .data = &boston_cm_info }, { .compatible = "mips,p8700-boston", .data = &boston_cm_info },
{ }, { },
}; };