mips: ralink: match all supported system controller compatible strings
authorShiji Yang <yangshiji66@outlook.com>
Fri, 23 Jun 2023 00:17:48 +0000 (08:17 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 23 Jun 2023 13:00:37 +0000 (15:00 +0200)
commit670f77f76f650b1b341d31d009cc2fb03a4d1fcf
tree3511bc8011c3faaedebec11e1241174154bb658b
parent7b191b9b55df2a844bd32d1d380f47a7df1c2896
mips: ralink: match all supported system controller compatible strings

Recently, A new clock and reset controller driver has been introduced to
the ralink mips target[1]. It provides proper system control and adds more
SoC specific compatible strings. In order to better initialize CPUs, this
patch removes the outdated "ralink,mt7620a-sysc" and add all dt-binding
documented compatible strings to the system controller match table.

[1] https://lore.kernel.org/all/20230619040941.1340372-1-sergio.paracuellos@gmail.com/

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/ralink/of.c