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

Commit b0e61faf authored by Yanfei Zhou's avatar Yanfei Zhou Committed by Gerrit - the friendly Code Review server
Browse files

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



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

Change-Id: I528c0dbf99e2a614059a66d3dc71f1d982c63c36
Signed-off-by: default avatarYanfei Zhou <zyanfei@codeaurora.org>
parent 275774e0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -68,6 +68,16 @@
		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 = <1350000 1350000>;
		qca,bt-vdd-5c-voltage-level = <2040000 2040000>;
		qca,bt-vdd-vh-voltage-level = <1900000 1900000>;

		status = "disabled";
	};
};