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

Commit c37f9da4 authored by Mahesh Kumar Sharma's avatar Mahesh Kumar Sharma Committed by Gerrit - the friendly Code Review server
Browse files

bluetooth: Vote VREG_L7E_2P8 from BT driver



Vote to enable L7E as switchable extractor
in RF card requires 2.7V on HP01.

Change-Id: I489aa7fca4bbeb4f53a7f9762cd092e35a5d79c2
Signed-off-by: default avatarMahesh kumar sharma <smahesh@codeaurora.org>
parent 832413cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ static struct bt_power_vreg_data bt_power_vreg_info[] = {
	{NULL, "qcom,bt-vdd-dig", 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", 0, 0, 0, false, false},
	{NULL, "qcom,bt-vdd-asd", 2800000, 2800000, 0, false, true},
};

#define BT_VREG_INFO_SIZE ARRAY_SIZE(bt_power_vreg_info)