kernel: bump kernel 4.4 to 4.4.129 for 17.01
[openwrt/openwrt.git] / target / linux / ramips / patches-4.4 / 0105-set_mt7621_soc_type.patch
1 --- a/arch/mips/ralink/mt7621.c
2 +++ b/arch/mips/ralink/mt7621.c
3 @@ -180,7 +180,7 @@ void prom_soc_init(struct ralink_soc_inf
4 } else {
5 panic("mt7621: unknown SoC, n0:%08x n1:%08x\n", n0, n1);
6 }
7 -
8 + ralink_soc = MT762X_SOC_MT7621AT;
9 rev = __raw_readl(sysc + SYSC_REG_CHIP_REV);
10
11 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN,