Merge "ARM: dts: msm: Add fast entry in sun"

This commit is contained in:
QCTECMDR Service
2024-07-25 21:43:50 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/soc/qcom/qcom,cpucp_fast.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Qualcomm Technologies, Inc. CPUCP FAST driver
maintainers:
- Chandrasekhar Lingutla <quic_lingutla@quicinc.com>
description: |
This device listens interrupts from CPUCP via mailbox and
sends notification to scheduler.
properties:
compatible:
const: qcom,cpucp_fast
mboxes:
description: Mailboxes used for Interrupt from CPUCP
qcom,policy-cpus:
$ref: /schemas/types.yaml#/definitions/uint32
description: Base CPU index for cpufreq policy
required:
- compatible
- mboxes
- qcom,policy-cpus
additionalProperties: false
examples:
- |
soc {
cpucp_fast: qcom,cpucp_fast {
compatible = "qcom,cpucp_fast";
mboxes = <&cpucp 5>;
qcom,policy-cpus = <6>;
};
};
...

View File

@@ -3183,6 +3183,12 @@
}; };
}; };
cpucp_fast: qcom,cpucp_fast {
compatible = "qcom,cpucp_fast";
mboxes = <&cpucp 7>;
qcom,policy-cpus = < 6 >;
};
cpucp_log: qcom,cpucp_log@0x81210000 { cpucp_log: qcom,cpucp_log@0x81210000 {
compatible = "qcom,cpucp-log"; compatible = "qcom,cpucp-log";
reg = <0x81210000 0x10000>, reg = <0x81210000 0x10000>,