Merge "dt-bindings: Add devicetree bindings for dynpf drivers"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
67f590cf2f
32
bindings/soc/qcom/qcom,dynpf.yaml
Normal file
32
bindings/soc/qcom/qcom,dynpf.yaml
Normal file
@@ -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 <quic_avajid@quicinc.com>
|
||||
- Shivnandan Kumar <quic_kshivnan@quicinc.com>
|
||||
|
||||
|
||||
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";
|
||||
};
|
Reference in New Issue
Block a user