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

Commit e6655d05 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Enable mhi_dev IPC_RTR export for mdm9650 TTP



Enable ipc_router export over mhi_dev transport to
communicate with an External AP over PCIe.

Change-Id: Idce081ce5d766ecc6273a4c0613588ad60cc3ef8
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 28b3d12b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -65,6 +65,15 @@
		interrupts = <0x0 0x0d 0x0>; /* PMD9655 VBUS DETECT */
		interrupt-names = "vbus_det_irq";
	};

	qcom,ipc_router_external_ap_xprt {
		compatible = "qcom,ipc-router-mhi-dev-xprt";
		qcom,out-chan-id = <20>;
		qcom,in-chan-id = <21>;
		qcom,xprt-remote = "external-ap";
		qcom,xprt-linkid = <2>;
		qcom,xprt-version = <1>;
	};
};

&usb3 {