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

Commit 3e67fd93 authored by Yingjie Zhu's avatar Yingjie Zhu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add support for controlling LGA power for bt module



This change is to add support for controlling pin PWR_CTR1_VDD_PA and
pin PWR_CTR2_VDD_1P8 which are required by LGA combo chip

Change-Id: I01c4260d31ebd62698c1fffa5a5679b85e2ccea2
Signed-off-by: default avatarYingjie Zhu <yingzhu@codeaurora.org>
parent 2258de68
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -476,7 +476,12 @@
		compatible = "qca,qca6174";
		pinctrl-names = "default";
		pinctrl-0 = <&bt_en_active>;
		qca,bt-reset-gpio = <&tlmm 172 0>; /* BT_EN */
		/* BT_EN */
		qca,bt-reset-gpio = <&tlmm 172 0>;
		/* PWR_CTR1_VDD_PA */
		qca,bt-vdd-pa-supply = <&vreg_conn_pa>;
		/* PWR_CTR2_VDD_1P8 */
		qca,bt-chip-pwd-supply = <&vreg_conn_1p8>;
		status = "ok";
	};