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

Commit 0403ffe7 authored by Anant Goel's avatar Anant Goel Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add QUPv3 functionality for the Direwolf VMs

Add support for peripherals connected over QUP's for the
Direwolf VMs.

Change-Id: Idedfe4884cc0b83ce1b32f74bff3a07f200a10a3
parent 37c84d48
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -7,6 +7,10 @@
	qcom,msm-name = "Direwolf V1";
	qcom,msm-id = <460 0x10000>;

	aliases {
		hsuart0 = &qupv3_se2_4uart;
	};

	firmware:firmware {
		android {
			/delete-property/ boot_devices;
@@ -239,6 +243,26 @@
};

#include "direwolf-pinctrl.dtsi"
#include "direwolf-qupv3.dtsi"
#include "pm8540-vm.dtsi"
#include "direwolf-vm-audio.dtsi"
#include "direwolf-vm-usb.dtsi"

&qupv3_0 {
	/delete-property/ qcom,msm-bus,num-paths;
	/delete-property/ qcom,msm-bus,vectors-bus-ids;
};

&qupv3_1 {
	/delete-property/ qcom,msm-bus,num-paths;
	/delete-property/ qcom,msm-bus,vectors-bus-ids;
};

&qupv3_2 {
	/delete-property/ qcom,msm-bus,num-paths;
	/delete-property/ qcom,msm-bus,vectors-bus-ids;
};

&qupv3_se2_4uart {
	status = "ok";
};