dsp-devicetree files are currently a part of a proprietary project and there is a requirement to move them to an opensource project. This change adds the required files to opensource project with the compilation disabled until the files are merged. Change-Id: I9838c13afbcadec7c5a18bab1ccf867e32070cea Signed-off-by: Anirudh Raghavendra <quic_araghave@quicinc.com>
17 lines
411 B
Plaintext
17 lines
411 B
Plaintext
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";
|
|
};
|