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

Commit bea76a2b authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

ARM: dts: msm: Enable PCIe EP on sdxlemur MBB

Enable PCIe EP and MHI device for mobile broadband
interface module platform.

Change-Id: I01a753c204020b46ed6f27322728c40ccbb4d73d
parent 542a4447
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
#include "sdxlemur-mtp.dtsi"
#include "sdxlemur.dtsi"

&soc {

};

&pcie0 {
	status = "disabled";
};

&pcie_ep {
	status = "ok";
};

&mhi_device {
	status = "ok";
};

&mhi_net_device {
	status = "ok";
};

&ipa_hw {
	qcom,use-ipa-in-mhi-mode;
	ipa_smmu_ap {
		qcom,iommu-dma = "bypass";
	};

	ipa_smmu_wlan {
		qcom,iommu-dma = "bypass";
	};

	ipa_smmu_uc {
		qcom,iommu-dma = "bypass";
	};

	ipa_smmu_11ad {
		qcom,iommu-dma = "bypass";
	};
};