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

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

Merge "ARM: dts: msm: Add MHI device for sm8150/sa8155"

parents 25d0ef6d 30e6c6fb
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -800,4 +800,20 @@
		qcom,pcie-edma;
		status = "disabled";
	};

	mhi_device: mhi_dev@1c0b000 {
		compatible = "qcom,msm-mhi-dev";
		reg = <0x1c0b000 0x1000>;
		reg-names = "mhi_mmio_base";
		qcom,mhi-ep-msi = <0>;
		qcom,mhi-version = <0x1000000>;
		qcom,use-pcie-edma;
		dmas = <&pcie1_edma 0 0>, <&pcie1_edma 1 0>;
		dma-names = "tx", "rx";
		interrupts = <0 440 0>;
		interrupt-names = "mhi-device-inta";
		qcom,mhi-ifc-id = <0x010817cb>;
		qcom,mhi-interrupt;
		status = "disabled";
	};
};