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

Commit de06464b authored by Vivek Golani's avatar Vivek Golani
Browse files

bindings: mproc: Add support for glink-slatecom strings

Update bindings for glink slatecom driver.

Change-Id: Ie8b7eaa5bf37cdb489d80f2e440a31c6165a3fef
parent 351e803e
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";
	};