ath10k: add QCA9377 hw1.0 support
Add new BMI target version and chip id revision. Register it on supported chips list. Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
committed by
Kalle Valo
parent
079a0490e2
commit
034074f3a8
@@ -48,6 +48,8 @@
|
||||
#define QCA6174_HW_3_0_VERSION 0x05020000
|
||||
#define QCA6174_HW_3_2_VERSION 0x05030000
|
||||
|
||||
/* QCA9377 target BMI version signatures */
|
||||
#define QCA9377_HW_1_0_DEV_VERSION 0x05020000
|
||||
#define QCA9377_HW_1_1_DEV_VERSION 0x05020001
|
||||
|
||||
enum qca6174_pci_rev {
|
||||
@@ -69,6 +71,7 @@ enum qca6174_chip_id_rev {
|
||||
};
|
||||
|
||||
enum qca9377_chip_id_rev {
|
||||
QCA9377_HW_1_0_CHIP_ID_REV = 0x0,
|
||||
QCA9377_HW_1_1_CHIP_ID_REV = 0x1,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user