From 7d910120e36436e3d45f95c8451f4ac8db444db4 Mon Sep 17 00:00:00 2001 From: Linux Image Build Automation Date: Wed, 31 Jul 2024 15:03:29 -0700 Subject: [PATCH] Revert "dt-bindings: soc: add qcom,cpucp_fast documentation" This reverts commit f2f5a9cf1252386de9048c357ae277da033b58a9. Change-Id: I6977b9fca3b8ef82aea16122b877b42f1a73b207 Signed-off-by: Linux Image Build Automation --- bindings/soc/qcom/qcom,cpucp_fast.yaml | 43 -------------------------- 1 file changed, 43 deletions(-) delete mode 100644 bindings/soc/qcom/qcom,cpucp_fast.yaml diff --git a/bindings/soc/qcom/qcom,cpucp_fast.yaml b/bindings/soc/qcom/qcom,cpucp_fast.yaml deleted file mode 100644 index 7269c4cc..00000000 --- a/bindings/soc/qcom/qcom,cpucp_fast.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# 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 - -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>; - }; - }; -...