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

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

Merge "ARM: dts: msm: Add support for BT in holi platform"

parents ffa97041 84f5c4fe
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -415,6 +415,20 @@
		};
	};

	bluetooth: bt_wcn3990 {
		compatible = "qcom,wcn3990";
		qcom,bt-sw-ctrl-gpio = <&tlmm 69 GPIO_ACTIVE_HIGH>;
		qcom,bt-vdd-io-supply = <&L11A>;  /* IO */
		qcom,bt-vdd-core-supply = <&L2E>; /* RFA */
		qcom,bt-vdd-pa-supply = <&L10E>; /* CH0 */
		qcom,bt-vdd-xtal-supply = <&L7A>; /* XO */

		qcom,bt-vdd-io-config = <1700000 1900000 1 0>;
		qcom,bt-vdd-core-config = <1304000 1304000 1 0>;
		qcom,bt-vdd-pa-config = <3000000 3312000 1 0>;
		qcom,bt-vdd-xtal-config = <1700000 1900000 1 0>;
	};

	intc: interrupt-controller@f200000 {
		compatible = "arm,gic-v3";
		#interrupt-cells = <3>;
@@ -2455,6 +2469,10 @@
	status = "ok";
};

&qupv3_se1_4uart {
	status = "ok";
};

&qupv3_se9_2uart {
	status = "ok";
};