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

Commit 727c93f9 authored by Balakrishna Godavarthi's avatar Balakrishna Godavarthi
Browse files

ARM: dts: msm: Add support for BT in blair platform

This patch adds support for BT Soc in blair platform.

Change-Id: I3f998379e39db9d387b534b0755cdcec81729556
parent 66aa6c35
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -215,3 +215,10 @@
	qcom,vdd-3.3-ch1-config = <3000000 3312000>;
	qcom,vdd-3.3-ch0-config = <3000000 3312000>;
};

&bluetooth {
	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 */
};
+13 −14
Original line number Diff line number Diff line
@@ -477,20 +477,6 @@
		};
	};

	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>;
@@ -3783,6 +3769,19 @@
		};
	};

	bluetooth: bt_wcn3990 {
		compatible = "qcom,wcn3990";
		qcom,bt-sw-ctrl-gpio = <&tlmm 69 GPIO_ACTIVE_HIGH>;
		qcom,bt-vdd-io-supply = <&L9A>;  /* IO */
		qcom,bt-vdd-core-supply = <&L2A>; /* RFA */
		qcom,bt-vdd-pa-supply = <&L23A>; /* CH0 */
		qcom,bt-vdd-xtal-supply = <&L16A>; /* 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>;
	};
};

#include "msm-rdbg.dtsi"