This change updates dt-binding for MPAM driver to support monitor data register. Change-Id: Ib808488d7f8041607f91038e501fd89cd52a6635 Signed-off-by: Huang Yiwei <quic_hyiwei@quicinc.com>
45 lines
1.0 KiB
YAML
45 lines
1.0 KiB
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>
|
|
- Huang Yiwei <quic_hyiwei@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
|
|
|
|
reg:
|
|
items:
|
|
- description: address and size of CPUCP DTIM area for MPAM monitor data
|
|
|
|
reg-names:
|
|
items:
|
|
- const: mon-base
|
|
|
|
required:
|
|
- compatible
|
|
- reg
|
|
- reg-names
|
|
|
|
additionalProperties: false
|
|
|
|
examples:
|
|
- |
|
|
qcom_mpam: qcom,mpam {
|
|
compatible = "qcom,mpam";
|
|
reg = <0x17b6f000 0x1000>;
|
|
reg-names = "mon-base";
|
|
};
|