qcacmn: Initial changes for Pebble bring-up in HIF Layer.
Add device Id and target type checks for qcn6432 target compilation. Change-Id: Id95d5902e3f3711ab6836b72dc3bcb66b1abf3c6 CRs-Fixed: 3351550
This commit is contained in:

committed by
Madan Koyyalamudi

parent
37050737b1
commit
b37c9cf461
@@ -1780,6 +1780,12 @@ int hif_get_device_type(uint32_t device_id,
|
||||
hif_info(" *********** QCN9160 *************");
|
||||
break;
|
||||
|
||||
case QCN6432_DEVICE_ID:
|
||||
*hif_type = HIF_TYPE_QCN6432;
|
||||
*target_type = TARGET_TYPE_QCN6432;
|
||||
hif_info(" *********** QCN6432 *************");
|
||||
break;
|
||||
|
||||
case QCN7605_DEVICE_ID:
|
||||
case QCN7605_COMPOSITE:
|
||||
case QCN7605_STANDALONE:
|
||||
|
Reference in New Issue
Block a user