Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27c507ae authored by priyankar's avatar priyankar Committed by Gerrit - the friendly Code Review server
Browse files

Update compatible string for moselle



Update compatible string from qcom,wcn6750 to
qcom,wcn6750-bt inorder to make it different from
WLAN compatible string.
This will help in removing probe warnings during bootup.

Change-Id: If6f938187b5f34438ee8bf5330844b839de942b9
Signed-off-by: default avatarpriyankar <prigup@codeaurora.org>
parent b9fd98cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ static struct bt_power bt_vreg_info_qca6490 = {
};

static struct bt_power bt_vreg_info_wcn6750 = {
	.compatible = "qcom,wcn6750",
	.compatible = "qcom,wcn6750-bt",
	.vregs = bt_vregs_info_qca6xx0,
	.num_vregs = ARRAY_SIZE(bt_vregs_info_qca6xx0),
};
@@ -148,7 +148,7 @@ static const struct of_device_id bt_power_match_table[] = {
	{	.compatible = "qcom,wcn3990", .data = &bt_vreg_info_wcn399x},
	{	.compatible = "qcom,qca6390", .data = &bt_vreg_info_qca6390},
	{	.compatible = "qcom,qca6490", .data = &bt_vreg_info_qca6490},
	{	.compatible = "qcom,wcn6750", .data = &bt_vreg_info_wcn6750},
	{	.compatible = "qcom,wcn6750-bt", .data = &bt_vreg_info_wcn6750},
	{},
};