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

Commit 662c5201 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

ARM: dts: msm: Add MHI device for sdxpoorwills



MHI (Modem host interface) device driver is used by clients
to transfer data between host and device over PCIe.

Change-Id: Ib59058ac4620401f17704fe9c0d61473838b43d5
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent e0954330
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -419,6 +419,23 @@
		status = "disabled";
	};

	mhi_device: mhi_dev@1c04000 {
		compatible = "qcom,msm-mhi-dev";
		reg = <0x1c04000 0x1000>,
			<0x1e22000 0x4>,
			<0x1e22148 0x4>;
			reg-names = "mhi_mmio_base", "ipa_uc_mbox_crdb",
			"ipa_uc_mbox_erdb";
			qcom,mhi-ep-msi = <0>;
			qcom,mhi-version = <0x1000000>;
			qcom,use-ipa-software-channel;
			interrupts = <0 145 0>;
			interrupt-names = "mhi-device-inta";
			qcom,mhi-ifc-id = <0x030417cb>;
			qcom,mhi-interrupt;
		status = "disabled";
	};

	gdsc_emac: qcom,gdsc@147004 {
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_emac";