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

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

ARM: dts: msm: add regulators in Bluetooth node for SA8155VM



These regulators are required by hastings which will be
used in power management.

Change-Id: I38f9538549fb65e200544e8fe984b29e802cbfa0
Signed-off-by: default avatarYingjie Zhu <yingzhu@codeaurora.org>
parent b99e6929
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -348,6 +348,21 @@
		qca,bt-vdd-pa-supply = <&vreg_conn_pa>;
		/* PWR_CTR2_VDD_1P8 */
		qca,bt-chip-pwd-supply = <&vreg_conn_1p8>;

		qca,bt-vdd-vl-supply = <&pm8150_1_s6>;
		qca,bt-vdd-vm-supply = <&pm8150_2_s4>;
		qca,bt-vdd-5c-supply = <&pm8150_2_s5>;
		qca,bt-vdd-vh-supply = <&pm8150_2_l15>;

		qca,bt-vdd-vl-voltage-level = <1055000 1055000>;
		qca,bt-vdd-vm-voltage-level = <1370000 1370000>;
		qca,bt-vdd-5c-voltage-level = <2040000 2040000>;
		qca,bt-vdd-vh-voltage-level = <1900000 1900000>;

		qca,bt-vdd-vl-current-level = <0>;
		qca,bt-vdd-vm-current-level = <0>;
		qca,bt-vdd-5c-current-level = <0>;
		qca,bt-vdd-vh-current-level = <450000>;
		status = "ok";
	};