Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[platform/kernel/linux-rpi.git] / arch / mips / ralink / mt7621.c
index 6b3db98..f82ad2a 100644 (file)
@@ -136,8 +136,8 @@ static void __init mt7621_memory_detect(void)
 
 void __init ralink_of_remap(void)
 {
-       rt_sysc_membase = plat_of_remap_node("mtk,mt7621-sysc");
-       rt_memc_membase = plat_of_remap_node("mtk,mt7621-memc");
+       rt_sysc_membase = plat_of_remap_node("mediatek,mt7621-sysc");
+       rt_memc_membase = plat_of_remap_node("mediatek,mt7621-memc");
 
        if (!rt_sysc_membase || !rt_memc_membase)
                panic("Failed to remap core resources");
@@ -205,7 +205,7 @@ void __init prom_soc_init(struct ralink_soc_info *soc_info)
 
        if (n0 == MT7621_CHIP_NAME0 && n1 == MT7621_CHIP_NAME1) {
                name = "MT7621";
-               soc_info->compatible = "mtk,mt7621-soc";
+               soc_info->compatible = "mediatek,mt7621-soc";
        } else {
                panic("mt7621: unknown SoC, n0:%08x n1:%08x\n", n0, n1);
        }