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

Commit 5413419c authored by Manoharan Vijaya Raghavan's avatar Manoharan Vijaya Raghavan Committed by Gerrit - the friendly Code Review server
Browse files

dt-bindings: net: qrtr: Add MHI Device transport bindings

The QRTR MHI DEV driver acts as a transport driver for a device that is
configured as a pcie endpoint. Document the bindings for this qrtr
transport.

commit dt-bindings: net: qrtr: Add MHI Device transport bindings
(a5dbed3f467c79).

Change-Id: I03a27877b74ba11a60f68c81e43d3c29db346e36
parent 68d46791
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
QTI QRTR MHI Dev transport binding

- compatible:
	Usage: required
	Value type: <stringlist>
	Definition: must be "qcom,qrtr-mhi-dev"

- qcom,net-id:
	Usage: optional
	Value type: <u32>
	Definition: indicates what subnet this transport belongs to. Should be
		    passed into the qrtr core logic to determine if forwarding
		    is needed on this endpoint.

- qcom,low-latency:
	Usage: optional
	Value type: <bool>
	Definition: indicates whether this transport receiving thread needs to
		    be set to realtime priority for enhanced performance.

= EXAMPLE
The following example represents the qrtr mhi dev transport node on a device
configured as a pcie endpoint and needs to forward data from the host to a
modem co-processor.

	qcom,mhi_dev_qrtr {
		compatible = "qcom,qrtr-mhi-dev";
		qcom,net-id = <3>;
		qcom,low-latency;
	};