[PATCH] platform: generic: mips boston: update "compatible"
Vladimir Kondratiev
vladimir.kondratiev at mobileye.com
Sun Mar 1 06:13:32 PST 2026
Use a platform-specific compatible to avoid clashing
with CPU compatible
Signed-off-by: Vladimir Kondratiev <vladimir.kondratiev at mobileye.com>
---
platform/generic/mips/boston.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/platform/generic/mips/boston.c b/platform/generic/mips/boston.c
index ece60a7e5e52..87cb328dc4e3 100644
--- a/platform/generic/mips/boston.c
+++ b/platform/generic/mips/boston.c
@@ -140,7 +140,7 @@ static struct p8700_cm_info boston_cm_info = {
};
static const struct fdt_match boston_match[] = {
- { .compatible = "mips,p8700", .data = &boston_cm_info },
+ { .compatible = "mips,p8700-boston", .data = &boston_cm_info },
{ },
};
--
2.43.0
More information about the opensbi
mailing list