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

Commit 2764265b authored by Sujeev Dias's avatar Sujeev Dias Committed by Gerrit - the friendly Code Review server
Browse files

dt-bindings: mhi: net_dev: update devicetree doc for supporting rsc device



RSC channel operates in conjunction with IP_HW0 device. Updating
devicetree documentation instruction to show linking of the
two devices together.

CRs-Fixed: 2361266
Change-Id: I99ccea29fcfdea7ab1d9cb792c4e8bd0e2f5f727
Signed-off-by: default avatarSujeev Dias <sdias@codeaurora.org>
parent 84ed56cd
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -318,6 +318,12 @@ MHI netdev properties
	if netdev used as a standalone device. For example, for software IP
	path, chaining should be disabled.

- mhi,rsc-parent
  Usage: required for rsc device
  Value type: <phandle>
  Definition: RSC channel operate together with IP_HW0 device. If it's a rsc
	device, assign phandle of parent device (IP_HW0).

========
Example:
========
@@ -331,3 +337,9 @@ mhi_netdev_0: mhi_rmnet@0 {
	mhi,interface-name = "rmnet_mhi";
	mhi,mru = <0x4000>;
};

mhi_rmnet@1 {
	mhi,chan = "IP_HW0_RSC";
	mhi,rsc-parent = <&mhi_netdev_0>;
	mhi,mru = <0x8000>;
};