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

Commit a41cd70a authored by Zijun Hu's avatar Zijun Hu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: fix bluetooth functionality failure after XO shutdown



XO shutdown will turn off power supply VDD_PMU_AON_I and cause
bluetooth functionality failure for SDXPRAIRIE, fix it by voting
to keep the power supply on.

CRs-Fixed: 2510254
Change-Id: I1f9da97cc425a041808be7f341f0b31bf1897a20
Signed-off-by: default avatarZijun Hu <zijuhu@codeaurora.org>
parent 4f3c8d4f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -178,5 +178,7 @@
	bluetooth: bt_qca6390 {
		compatible = "qca,qca6390";
		qca,bt-reset-gpio = <&pmxprairie_gpios 6 0>;
		qca,bt-vdd-core-supply = <&pmxprairie_s3>; /* VDD_PMU_AON_I */
		qca,bt-vdd-core-voltage-level = <800000 800000>;
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -178,6 +178,8 @@
	bluetooth: bt_qca6390 {
		compatible = "qca,qca6390";
		qca,bt-reset-gpio = <&pmxprairie_gpios 6 0>;
		qca,bt-vdd-core-supply = <&pmxprairie_s3>; /* VDD_PMU_AON_I */
		qca,bt-vdd-core-voltage-level = <800000 800000>;
	};
};

+2 −0
Original line number Diff line number Diff line
@@ -185,6 +185,8 @@
	bluetooth: bt_qca6390 {
		compatible = "qca,qca6390";
		qca,bt-reset-gpio = <&pmxprairie_gpios 6 0>;
		qca,bt-vdd-core-supply = <&pmxprairie_s3>; /* VDD_PMU_AON_I */
		qca,bt-vdd-core-voltage-level = <800000 800000>;
	};
};

+2 −0
Original line number Diff line number Diff line
@@ -185,6 +185,8 @@
	bluetooth: bt_qca6390 {
		compatible = "qca,qca6390";
		qca,bt-reset-gpio = <&pmxprairie_gpios 6 0>;
		qca,bt-vdd-core-supply = <&pmxprairie_s3>; /* VDD_PMU_AON_I */
		qca,bt-vdd-core-voltage-level = <800000 800000>;
	};
};

+2 −0
Original line number Diff line number Diff line
@@ -87,5 +87,7 @@
	bluetooth: bt_qca6390 {
		compatible = "qca,qca6390";
		qca,bt-reset-gpio = <&pmxprairie_gpios 6 0>;
		qca,bt-vdd-core-supply = <&pmxprairie_s3>; /* VDD_PMU_AON_I */
		qca,bt-vdd-core-voltage-level = <800000 800000>;
	};
};