Add support for the new ath12k AHB device IPQ5424, as currently, Ath12k AHB only supports IPQ5332 WiFi devices. The IPQ5424 is an IEEE 802.11be 2 GHz WiFi device, supporting 4x4 configurations. To enable the IPQ5424 device: - Add the necessary hardware parameters for IPQ5424. - Modify the boot-up sequence for ath12k AHB to accommodate the requirements of the IPQ5424 device. Depends-On: [PATCH v5 00/13] wifi: ath12k: add Ath12k AHB driver support for IPQ5332 Link: https://lore.kernel.org/all/20250130043508.1885026-1-quic_rajkbhag@xxxxxxxxxxx/ Raj Kumar Bhagat (1): dt-bindings: net: wireless: describe the ath12k wifi device IPQ5424 Saravanakumar Duraisamy (3): wifi: ath12k: Add ath12k_hw_params for IPQ5424 wifi: ath12k: add ath12k_hw_regs for IPQ5424 wifi: ath12k: Add CE remap hardware parameters for IPQ5424 Sowmiya Sree Elavalagan (1): wifi: ath12k: Enable IPQ5424 WiFi device support .../net/wireless/qcom,ath12k-ahb.yaml | 119 ++++++++++++ drivers/net/wireless/ath/ath12k/ahb.c | 82 +++++--- drivers/net/wireless/ath/ath12k/ahb.h | 9 + drivers/net/wireless/ath/ath12k/ce.h | 13 +- drivers/net/wireless/ath/ath12k/core.h | 1 + drivers/net/wireless/ath/ath12k/hal.h | 3 + drivers/net/wireless/ath/ath12k/hw.c | 178 +++++++++++++++++- 7 files changed, 369 insertions(+), 36 deletions(-) base-commit: a10b8b584b8bcb7559f068ce247fc27d0c4850ca prerequisite-patch-id: f80453350a37c9910405b6689cd6d64657186034 prerequisite-patch-id: a505f82268ec8f6502e49a9170b984fb618a6205 prerequisite-patch-id: 4bb8e397fa2a3d0db778a6a59142093b0aa9a93f prerequisite-patch-id: aa840ba06263db886c7bb245b5a67391f22a4e17 prerequisite-patch-id: 158aa0efa9976ce0fcb42cb469f8397e8346002f prerequisite-patch-id: 3fe11b0b9b5674d6cabe50b5db567a3ba83455a7 prerequisite-patch-id: 2740fccb97bc936614e99d17b2fc7bf6bb69d466 prerequisite-patch-id: 9b547828dabf6ed0fe18bb3cbb2ccf1fab342f17 prerequisite-patch-id: 8e9198573ddf090cec36adabc22ed9596ecef93e prerequisite-patch-id: 9b8b2be5bd9496f9d4374d8aacfc0c9cbe94f318 prerequisite-patch-id: 70b7506b99f65b6be7407ebd43198cfda91264fe prerequisite-patch-id: 7991ff8ab03c0a8287efdb9e54a808b4c6a93c61 prerequisite-patch-id: 90f0ff045d14b9962f94d98f8b6670602fc77b52 -- 2.34.1