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

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

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

This change adds regulator handler of S5A which is needed
for BT operations.

Change-Id: I80682930806e622edc5afccac2a0bee4496f3170
parent 32efe14d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3755,11 +3755,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
@@ -18,10 +18,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 {