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

Commit 5706b06c authored by Shaikh Shadul's avatar Shaikh Shadul
Browse files

dt-bindings: qdsp: Device tree documentation for sensors ssc



Device tree documentation for sensors ssc node which includes
firmware name to use.

Change-Id: I8e2af2bdba31f26b325f8760d49905a1911c16d1
Signed-off-by: default avatarShaikh Shadul <sshadu@codeaurora.org>
parent afdf44cc
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
Qualcomm Technologies, Inc. SSC Driver

msm-ssc-sensors driver implements the mechanism that allows to load SLPI firmware images.

Required properties:

 - compatible:  This must be "qcom,msm-ssc-sensors".

Optional properties:

 - qcom,firmware-name: SLPI firmware name, must be "slpi" or "slpi_v1" or "slpi_v2"
	Firmware name is not required, if sensors driver is sharing processor for execution.


Example:
 The following for sdm845.

	qcom,msm-ssc-sensors {
		compatible = "qcom,msm-ssc-sensors";
		qcom,firmware-name = "slpi";
	};