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

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

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

parents e494a69a 2764265b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -320,6 +320,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:
========
@@ -333,3 +339,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>;
};