diff --git a/bindings/soc/qcom/qcom,dynpf.yaml b/bindings/soc/qcom/qcom,dynpf.yaml new file mode 100644 index 00000000..e014e55c --- /dev/null +++ b/bindings/soc/qcom/qcom,dynpf.yaml @@ -0,0 +1,32 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/soc/qcom/qcom,dynpf.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Qualcomm Technologies, Inc. (QTI) DYNPF Driver + +maintainers: + - Amir Vajid + - Shivnandan Kumar + + +description: | + The Qualcomm Technologies, Inc. (QTI) DYNPF Driver provides a sysfs + interface to userspace to send parameters to CPUCP firmware over SCMI + in order to configure the DYNPF feature. + +properties: + compatible: + const: qcom,dynpf + +required: + - compatible + +additionalProperties: false + +examples: + - | + qcom_dynpf: qcom,dynpf { + compatible = "qcom,dynpf"; + };