瀏覽代碼

Merge "bt-kernel: add configuration for special bt kiwi" into bt-kernel.lnx.14.0

CNSS_WLAN Service 1 年之前
父節點
當前提交
89f2da4783
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      pwr/btpower.c

+ 8 - 0
pwr/btpower.c

@@ -217,6 +217,12 @@ static struct bt_power bt_vreg_info_kiwi = {
 	.num_vregs = ARRAY_SIZE(bt_vregs_info_kiwi),
 	.num_vregs = ARRAY_SIZE(bt_vregs_info_kiwi),
 };
 };
 
 
+static struct bt_power bt_vreg_info_kiwi_no_share_ant_power = {
+	.compatible = "qcom,kiwi-no-share-ant-power",
+	.vregs = bt_vregs_info_kiwi,
+	.num_vregs = ARRAY_SIZE(bt_vregs_info_kiwi),
+};
+
 static struct bt_power bt_vreg_info_converged = {
 static struct bt_power bt_vreg_info_converged = {
 	.compatible = "qcom,bt-qca-converged",
 	.compatible = "qcom,bt-qca-converged",
 	.vregs = bt_vregs_info_kiwi,
 	.vregs = bt_vregs_info_kiwi,
@@ -235,6 +241,8 @@ static const struct of_device_id bt_power_match_table[] = {
 	{	.compatible = "qcom,qca6390", .data = &bt_vreg_info_qca6390},
 	{	.compatible = "qcom,qca6390", .data = &bt_vreg_info_qca6390},
 	{	.compatible = "qcom,qca6490", .data = &bt_vreg_info_qca6490},
 	{	.compatible = "qcom,qca6490", .data = &bt_vreg_info_qca6490},
 	{	.compatible = "qcom,kiwi",    .data = &bt_vreg_info_kiwi},
 	{	.compatible = "qcom,kiwi",    .data = &bt_vreg_info_kiwi},
+	{	.compatible = "qcom,kiwi-no-share-ant-power",
+			.data = &bt_vreg_info_kiwi_no_share_ant_power},
 	{	.compatible = "qcom,wcn6750-bt", .data = &bt_vreg_info_wcn6750},
 	{	.compatible = "qcom,wcn6750-bt", .data = &bt_vreg_info_wcn6750},
 	{	.compatible = "qcom,bt-qca-converged", .data = &bt_vreg_info_converged},
 	{	.compatible = "qcom,bt-qca-converged", .data = &bt_vreg_info_converged},
 	{},
 	{},