wifi: ath9k: ahb: replace id_table with of
authorRosen Penev <rosenp@gmail.com>
Mon, 9 Jun 2025 03:08:50 +0000 (20:08 -0700)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Thu, 26 Jun 2025 23:10:44 +0000 (16:10 -0700)
commit2fa490c0d7591918bed267059700f1c9e505e881
treebb6bbb2d27e0e57345c94e08e93f5d155b51012a
parentf902f2c39a807382353b4c6b8d8d4ac1f03aade9
wifi: ath9k: ahb: replace id_table with of

Since 2b0996c7646 , all of this platform code became no-op with no OF
replacement. Not only that, there are no users of AHB here. Add an OF
match table that mostly mirrors the original platform device id table.
Use a qca prefix as is done for the only other property: qca,no-eeprom.
Also used qca prefix for ar9530 as the latter seems to be a mistake.

This will be used to add ath9k support for the various ath79 devices
here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
Link: https://patch.msgid.link/20250609030851.17739-5-rosenp@gmail.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath9k/ahb.c