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

Commit 01e39309 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add Bluetooth node for QCA6390 on CCARD"

parents 4d90e472 868b92d3
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -202,6 +202,23 @@
	qcom,vdd-wlan-rfa3-info = <1904000 1904000 450000 0>;
};

&soc {
	bluetooth: bt_qca6390 {
		compatible = "qca,qca6390";
		qca,bt-reset-gpio = <&pmxprairie_gpios 6 0>;
		qca,bt-vdd-pa-supply = <&vreg_conn_pa>;
		qca,bt-vdd-vl-supply = <&pmxprairie_s3>;
		qca,bt-vdd-vm-supply = <&pmxprairie_s2>;
		qca,bt-vdd-vh-supply = <&pmxprairie_s4>;
		qca,bt-vdd-vl-voltage-level = <950000 950000>;
		qca,bt-vdd-vm-voltage-level = <1350000 1350000>;
		qca,bt-vdd-vh-voltage-level = <1904000 1904000>;
		qca,bt-vdd-vl-current-level = <0>;
		qca,bt-vdd-vm-current-level = <0>;
		qca,bt-vdd-vh-current-level = <450000>;
	};
};

&mhi_dev_qrtr {
	status = "disabled";
};