mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-03-21 11:31:39 +00:00
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:
committed by
Anup Patel
parent
4dc1b9f7ba
commit
ef1ee40e7d
@@ -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 },
|
||||
{ },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user