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

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

Merge "bindings: mproc: Add support for glink-slatecom strings"

parents 6a12962f de06464b
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
Qualcomm Technologies, Inc GLINK SLATECOM transport (glink_slatecom_xprt) binding

This binding describes the Qualcomm Technologies, Inc glink slatecom transport
driver, a slatecom-spi based communication channel for sending data between the
various subsystems in Qualcomm Technologies, Inc platforms.

- compatible:
	Usage: required
	Value type: <stringlist>
	Definition: must be "qcom,glink-slatecom-xprt"

- label:
	Usage: required
	Value type: <stringlist>
	Definition: must be "slate"

= EXAMPLE

The following example reprsents a glink_slatecom node.

	qcom,glink-slatecom-xprt-slate {
		compatible = "qcom,glink-slatecom-xprt";
		label = "slate";
	};