Merge "dt-bindings: arm: add binding for cx-ipeak"

This commit is contained in:
QCTECMDR Service
2025-06-08 23:59:26 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -0,0 +1,28 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: "http://devicetree.org/schemas/soc/qcom/cx-ipeak.yaml#"
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
title: Qualcomm CX Ipeak driver
maintainers:
- vtalluri@qti.quacomm.com
description:
Cx ipeak HW module is used to limit the current drawn by various subsystem
blocks on Cx power rail. Each client needs to set their bit in tcsr register
if it is going to cross its own threshold. If all clients are going to cross
their thresholds then Cx ipeak hw module will raise an interrupt to cDSP block
to throttle cDSP's fmax.
properties:
compatible:
enum:
- qcom,cx-ipeak-v1
- qcom,cx-ipeak-v2
required:
- compatible
additionalProperties: false