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

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

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

parents 2e0e4194 e85d5c4e
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";
	};