Add snapshot of dcvs dt bindings as of qcom-6.1 commit 96af901712d3 ("dt-bindings: soc: qcom: Document CRMB and CRMC regs"). Change-Id: I305f06bee1895feabec2b85b2c5ed4fa80895f83 Signed-off-by: Amir Vajid <quic_avajid@quicinc.com> Signed-off-by: Gurbir Arora <quic_gurbaror@quicinc.com>
30 lines
724 B
YAML
30 lines
724 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/soc/qcom/qcom,mpam.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Qualcomm Technologies, Inc. (QTI) MPAM Driver
|
|
|
|
maintainers:
|
|
- avajid@quicinc.com <quic_avajid@quicinc.com>
|
|
- gurbaror@quicinc.com <quic_gurbaror@quicinc.com>
|
|
|
|
description: |
|
|
The Qualcomm Technologies, Inc. (QTI) MPAM Driver provides sysfs nodes for
|
|
userspace clients to communicate MPAM configuration settings with CPUCP
|
|
firmware via consolidated SCMI protocol.
|
|
|
|
properties:
|
|
compatible:
|
|
const: qcom,mpam
|
|
|
|
required:
|
|
- compatible
|
|
|
|
examples:
|
|
- |
|
|
qcom_mpam: qcom,mpam {
|
|
compatible = "qcom,mpam";
|
|
};
|