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

Commit 50cfb94d authored by Balakrishna Godavarthi's avatar Balakrishna Godavarthi Committed by Gerrit - the friendly Code Review server
Browse files

Bluetooth: Update power sources for QCA6390/QCA6490



This change will add all the power sources which are needed
for BT SoC's QCA6390 and QCA6490 to operate.

Change-Id: Ice58ba2b5c637c9be5cab5118c4b060037c1077d
Signed-off-by: default avatarBalakrishna Godavarthi <bgodavar@codeaurora.org>
parent 2abb78b9
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -33,8 +33,12 @@

// Regulator structure for QCA6390 and QCA6490 BT SoC series
static struct bt_power_vreg_data bt_vregs_info_qca6x9x[] = {
	{NULL, "qcom,bt-vdd-io",      1800000, 1800000, 0, false, true},
	{NULL, "qcom,bt-vdd-aon",     950000,  950000,  0, false, true},
	{NULL, "qcom,bt-vdd-rfacmn",  950000,  950000,  0, false, true},
	/* BT_CX_MX */
	{NULL, "qcom,bt-vdd-dig",      950000,  952000,  0, false, true},
	{NULL, "qcom,bt-vdd-rfa-0p8",  950000,  952000,  0, false, true},
	{NULL, "qcom,bt-vdd-rfa1",     1900000, 1900000, 0, false, true},
	{NULL, "qcom,bt-vdd-rfa2",     1900000, 1900000, 0, false, true},
	{NULL, "qcom,bt-vdd-asd",      2800000, 2800000, 0, false, true},