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

Commit e85d5c4e authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu
Browse files

dt-bindings: qdsp: device-tree documentation for CDSP loader



Device-tree documentation for the CDSP loader driver node which
enables loading of firmware images and bringing the subsystem out
of reset during boot-up.

Change-Id: I9625873a51583aa5594b88e434c9ac423eaf0e78
Acked-by: default avatarThyagarajan Venkatanarayanan <venkatan@qti.qualcomm.com>
Signed-off-by: default avatarTharun Kumar Merugu <mtharu@codeaurora.org>
parent 45b0d782
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
Qualcomm Technologies, Inc. CDSP Loader Driver

msm-cdsp-loader driver implements a mechanism to load the Compute DSP firmware images.

Required properties:

 - compatible:  This must be "qcom,msm-cdsp-loader".
 - qcom,proc-img-to-load: CDSP firmware name, must be "cdsp".

Example:
 The following is an example:

	qcom,msm-cdsp-loader {
		compatible = "qcom,cdsp-loader";
		qcom,proc-img-to-load = "cdsp";
	};