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

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

Merge "ARM: dts: msm: enable qupv3_se13_4uart in SA8155 VM"

parents cdee88c9 5846bf9e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -370,6 +370,14 @@
		qcom,no-clock-support;
		qcom,qsee-reentrancy-support = <2>;
	};

	bluetooth: bt_qca6174 {
		compatible = "qca,qca6174";
		pinctrl-names = "default";
		pinctrl-0 = <&bt_en_active>;
		qca,bt-reset-gpio = <&tlmm 172 0>; /* BT_EN */
		status = "ok";
	};
};

#include "sm8150-pinctrl.dtsi"
@@ -377,3 +385,7 @@
#include "sa8155-vm-qupv3.dtsi"
#include "sa8155-vm-usb.dtsi"
#include "sa8155-vm-audio.dtsi"

&qupv3_se13_4uart {
	status = "ok";
};