diff --git a/bindings/soc/qcom/qcom,dmof.yaml b/bindings/soc/qcom/qcom,dmof.yaml new file mode 100644 index 00000000..db82ee3a --- /dev/null +++ b/bindings/soc/qcom/qcom,dmof.yaml @@ -0,0 +1,30 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/soc/qcom/qcom,dmof.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Qualcomm Technologies,Inc. Disable Memcpy Optimization Device + +maintainers: + - Souradeep Chowdhury + +description: |+ + The qcom dmof is used to set/unset the per CPU disable memcpy optimization + variable, this variable is set using threads scheduled on individual CPUs. + +properties: + compatible: + items: + - const: qcom,dmof + +required: + - compatible + +additionalProperties: false + +examples: + - | + qcom-dmof { + compatible = "qcom,dmof"; + };