[PATCH] platform: generic: mips boston: update "compatible"
Anup Patel
anup at brainfault.org
Mon Mar 9 22:07:47 PDT 2026
On Sun, Mar 1, 2026 at 7:43 PM Vladimir Kondratiev
<vladimir.kondratiev at mobileye.com> wrote:
>
> Use a platform-specific compatible to avoid clashing
> with CPU compatible
>
> Signed-off-by: Vladimir Kondratiev <vladimir.kondratiev at mobileye.com>
Applied this patch to the riscv/opensbi repo.
Thanks,
Anup
> ---
> 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