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

Commit 606c477f authored by Song Gao's avatar Song Gao Committed by Yingjie Zhu
Browse files

ARM: dts: msm: Add bluetooth power node for sa8155 virtual machine

Add bluetooth device tree to support bluetooth for SA8155 VM.

Change-Id: Idf5d546067c200fcce6344f97f92cb8a27d49e4a
parent 0f976cf5
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -394,6 +394,28 @@
			offset = <512>;
		};
	};

	bluetooth: bt-qca-auto-converged {
		compatible = "qcom,qca-auto-converged";
		pinctrl-names = "default";
		pinctrl-0 = <&bt_en_active>;
		/* BT_EN */
		qcom,bt-reset-gpio = <&tlmm 172 0>;
		/* PWR_CTR1_VDD_PA */
		qcom,bt-vdd-ctrl1-supply = <&vreg_conn_pa>;
		/* PWR_CTR2_VDD_1P8 */
		qcom,bt-vdd-ctrl2-supply = <&vreg_conn_1p8>;
		qcom,bt-vdd-aon-supply = <&pm8150_1_s6>;
		qcom,bt-vdd-rfa1-supply = <&pm8150_2_s4>;
		qcom,bt-vdd-rfa2-supply = <&pm8150_2_s5>;
		qcom,bt-vdd-rfa3-supply = <&pm8150_2_l15>;

		/* <vol_min, vol_max, load_curr, is_retention_supp> */
		qcom,bt-vdd-aon-config = <1055000 1055000 0 0>;
		qcom,bt-vdd-rfa1-config = <1350000 1350000 0 0>;
		qcom,bt-vdd-rfa2-config = <2040000 2040000 0 0>;
		qcom,bt-vdd-rfa3-config = <1900000 1900000 450000 0>;
	};
};

&regulator {