]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: add support for buggy MT7621S core detection
authorIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Wed, 7 Apr 2021 20:07:38 +0000 (13:07 -0700)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 12 Apr 2021 14:52:23 +0000 (16:52 +0200)
commit1d50511ce272393b2ded01e312959a28e7e7d197
treed0dc3590a5b8b480980c661d3c54a1cb50ef14ce
parent89d63e97350d45f3812f741167c73393bd06699c
MIPS: add support for buggy MT7621S core detection

Most MT7621 SoCs have 2 cores, which is detected and supported properly
by CPS.

Unfortunately, MT7621 SoC has a less common S variant with only one core.
On MT7621S, GCR_CONFIG still reports 2 cores, which leads to hangs when
starting SMP. CPULAUNCH registers can be used in that case to detect the
absence of the second core and override the GCR_CONFIG PCORES field.

Rework a long-standing OpenWrt patch to override the value of
mips_cps_numcores on single-core MT7621 systems.

Tested on a dual-core MT7621 device (Ubiquiti ER-X) and a single-core
MT7621 device (Netgear R6220).

Original 4.14 OpenWrt patch:
Link: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=4cdbc90a376dd0555201c1434a2081e055e9ceb7
Current 5.10 OpenWrt patch:
Link: https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=target/linux/ramips/patches-5.10/320-mt7621-core-detect-hack.patch;h=c63f0f4c1ec742e24d8480e80553863744b58f6a;hb=10267e17299806f9885d086147878f6c492cb904
Suggested-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/mips-cps.h