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

Commit a5afe7ff authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Vote for S5A during BT operations"

parents 4976071e 71e5af97
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3756,11 +3756,13 @@
	bluetooth: bt_wcn3990 {
		compatible = "qcom,wcn3990";
		qcom,bt-sw-ctrl-gpio = <&tlmm 69 GPIO_ACTIVE_HIGH>;
		qcom,bt-vdd-smps-supply = <&S5A>;  /* SMPS */
		qcom,bt-vdd-io-supply = <&L9A>;  /* IO */
		qcom,bt-vdd-core-supply = <&L2A>; /* RFA */
		qcom,bt-vdd-pa-supply = <&L23A>; /* CH0 */
		qcom,bt-vdd-xtal-supply = <&L16A>; /* XO */

		qcom,bt-vdd-smps-config = <984000 984000 1 0>;
		qcom,bt-vdd-io-config = <1700000 1900000 1 0>;
		qcom,bt-vdd-core-config = <1304000 1304000 1 0>;
		qcom,bt-vdd-pa-config = <3000000 3312000 1 0>;
+3 −0
Original line number Diff line number Diff line
@@ -19,10 +19,13 @@
};

&bluetooth {
	qcom,bt-vdd-smps-supply = <&S5A>;  /* SMPS */
	qcom,bt-vdd-io-supply = <&L9A>;  /* IO */
	qcom,bt-vdd-core-supply = <&L2A>; /* RFA */
	qcom,bt-vdd-pa-supply = <&L23A>; /* CH0 */
	qcom,bt-vdd-xtal-supply = <&L16A>; /* XO */

	qcom,bt-vdd-smps-config = <984000 984000 1 0>;
};

&dispcc {