Обновить platform/generic/cvitek_riscv.c

This commit is contained in:
2026-02-11 02:19:45 +07:00
parent aedef73d12
commit f879119605

View File

@@ -101,7 +101,8 @@ static int cvitek_riscv_early_init(bool cold_boot, const struct fdt_match *match
static const struct fdt_match cvitek_riscv_match[] = {
{ .compatible = "cvitek,cv180x" },
{ .compatible = "cvitek,cv181x" }
{ .compatible = "cvitek,cv181x" },
{ .compatible = "cvitek,sg200x" }
};
const struct platform_override cvitek_riscv = {