From c87ed7b1e4fa8bed20785e428d9992032fde891a Mon Sep 17 00:00:00 2001 From: Vamsi Krishna Gattupalli Date: Thu, 21 Mar 2024 11:18:47 +0530 Subject: [PATCH] dt-bindings: Add devicetree binding for msm-cdsp-loader Add bindings for msm-cdsp-loader. Change-Id: I5f23d5760d49206109488ce95fc9485761d5f0e7 Signed-off-by: Vamsi Krishna Gattupalli --- bindings/qdsp/msm-cdsp-loader.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bindings/qdsp/msm-cdsp-loader.yaml diff --git a/bindings/qdsp/msm-cdsp-loader.yaml b/bindings/qdsp/msm-cdsp-loader.yaml new file mode 100644 index 00000000..21a20391 --- /dev/null +++ b/bindings/qdsp/msm-cdsp-loader.yaml @@ -0,0 +1,30 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: "http://devicetree.org/schemas/qdsp/msm-cdsp-loader.yaml#" +$schema: "http://devicetree.org/meta-schemas/core.yaml#" + +title: Qualcomm Technologies, Inc. CDSP Loader Driver + +description: + The MSM CDSP Loader driver implements a mechanism to load the Compute + CDSP firmware images. + +maintainers: + - Anirudh Raghavendra + +additionalProperties: false + +properties: + compatible : + items: + - const: qcom,msm-cdsp-loader + - const: qcom,proc-img-to-load +required: + - compatible +examples: + - | + qcom,msm-cdsp-loader { + compatible = "qcom,cdsp-loader"; + qcom,proc-img-to-load = "cdsp"; + }; \ No newline at end of file