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

Commit f2072955 authored by Rupesh Tatiya's avatar Rupesh Tatiya Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add bluetooth node of wcn3990 for sdm670



Bluetooth functionality is provided by wcn3990 on sdm670. Add device tree
entry having various voltage regulators, clock settings etc.

Change-Id: I07e5820b33683cbb2da6e59b3396a9de63200c76
Signed-off-by: default avatarRupesh Tatiya <rtatiya@codeaurora.org>
parent 099e9fc7
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -2222,6 +2222,21 @@
		};
	};

	bluetooth: bt_wcn3990 {
		compatible = "qca,wcn3990";
		qca,bt-vdd-core-supply = <&pm660_l9>;
		qca,bt-vdd-pa-supply = <&pm660_l6>;
		qca,bt-vdd-ldo-supply = <&pm660_l19>;

		qca,bt-vdd-core-voltage-level = <1800000 1900000>;
		qca,bt-vdd-pa-voltage-level = <1304000 1370000>;
		qca,bt-vdd-ldo-voltage-level = <3312000 3400000>;

		qca,bt-vdd-core-current-level = <1>; /* LPM/PFM */
		qca,bt-vdd-pa-current-level = <1>; /* LPM/PFM */
		qca,bt-vdd-ldo-current-level = <1>; /* LPM/PFM */
	};

	qcom,icnss@18800000 {
		status = "disabled";
		compatible = "qcom,icnss";