devices: add compatible strings for Ralink WiSoCs
authorDaniel Golle <daniel@makrotopia.org>
Wed, 8 Feb 2023 00:41:31 +0000 (00:41 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 8 Feb 2023 14:33:48 +0000 (14:33 +0000)
commitb3888b29535a92584524e14aadf25fcb85e7fed2
tree7e01813ba6a79579d6b0ef45aab61983f1a098cd
parentc7eb8ebe33de2ff2d08064258edb047e5ac09f29
devices: add compatible strings for Ralink WiSoCs

Now that iwinfo_hardware_id_from_mtd() is no longer called in case
a compatible string is found we need to add those to devices.txt.
Unfortunately some WiSoCs share the same dtsi and hence also the
compatible string, so detection is now slightly wrong for those,
as they were previously identified parsing the MTD EEPROM data.
As a reminder that this will need fixing, the following entries
have been left in devices.txt:
0x1814 0x3051 0x1814 0x0007    0      0  "Ralink"   "Rt3051"
0x1814 0x3052 0x1814 0x0008    0      0  "Ralink"   "Rt3052"
0x1814 0x3350 0x1814 0x000b    0      0  "Ralink"   "Rt3350"
0x1814 0x3662 0x1814 0x000d    0      0  "Ralink"   "Rt3662"

Fixes: fac0787 ("devices: add support for declaring compatible matched devices")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
devices.txt