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

Commit 8c563904 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add MHI NET devicetree node for sdxpoorwills"

parents bb3f6633 b3a7cf1e
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -31,6 +31,18 @@ Optional property:
		MHI driver on the host. This property is required if iatu
		property qcom,mhi-config-iatu is present.

MSM MHI DEV NET

MSM MHI DEV enables communication with the host over a PCIe link using the
Network Interface.

Required properties:
  - compatible: should be "qcom,msm-mhi-dev-net" for MHI net device driver.

Optional property:
  - qcom,mhi-ethernet-interface;: If property is present use ethernet packet
	parsing support.

Example:

	mhi: qcom,msm-mhi-dev {
@@ -44,3 +56,8 @@ Example:
		qcom,mhi-ep-msi = <1>;
		qcom,mhi-version = <0x1000000>;
	};

	qcom,mhi_net_dev {
		compatible = "qcom,msm-mhi-dev-net";
		qcom,mhi-ethernet-interface;
	};
+4 −0
Original line number Diff line number Diff line
@@ -52,3 +52,7 @@
&ipc_router_mhi_dev_xprt {
	status = "okay";
};

&mhi_net_device {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -39,6 +39,10 @@
	status = "okay";
};

&mhi_net_device {
	status = "okay";
};

&restart_pshold {
	qcom,force-warm-reboot;
};
+4 −0
Original line number Diff line number Diff line
@@ -36,6 +36,10 @@
	status = "okay";
};

&mhi_net_device {
	status = "okay";
};

&restart_pshold {
	qcom,force-warm-reboot;
};
+4 −0
Original line number Diff line number Diff line
@@ -39,6 +39,10 @@
	status = "okay";
};

&mhi_net_device {
	status = "okay";
};

&restart_pshold {
	qcom,force-warm-reboot;
};
Loading