Re: [PATCH 2/4] dt-bindings: clock: qcom: Add EVA clock and reset controller for Glymur SoC

From: Rob Herring

Date: Thu Jun 04 2026 - 15:09:04 EST


On Tue, May 26, 2026 at 10:59:45AM +0530, Taniya Das wrote:
> Add the device tree bindings for the enhanced video analytics(EVA) clock
> controller which is required on Qualcomm Glymur SoC. The controller
> provides clocks, resets and power domains for the EVA subsystem.
>
> Signed-off-by: Taniya Das <taniya.das@xxxxxxxxxxxxxxxx>
> ---
> .../bindings/clock/qcom,glymur-evacc.yaml | 76 ++++++++++++++++++++++
> include/dt-bindings/clock/qcom,glymur-evacc.h | 38 +++++++++++
> 2 files changed, 114 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/clock/qcom,glymur-evacc.yaml b/Documentation/devicetree/bindings/clock/qcom,glymur-evacc.yaml
> new file mode 100644
> index 0000000000000000000000000000000000000000..8315e3ce82ecfefb5413ce1c42843adb0bce50d7
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/clock/qcom,glymur-evacc.yaml
> @@ -0,0 +1,76 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/clock/qcom,glymur-evacc.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Qualcomm EVA Clock & Reset Controller on Glymur SoC
> +
> +maintainers:
> + - Taniya Das <taniya.das@xxxxxxxxxxxxxxxx>
> +
> +description: |
> + Qualcomm EVA clock control module which supports the clocks, resets and
> + power domains for the EVA instances on Glymur SoC.
> +
> + See also:
> + - include/dt-bindings/clock/qcom,glymur-evacc.h
> +
> +properties:
> + compatible:
> + const: qcom,glymur-evacc
> +
> + clocks:
> + items:
> + - description: Interface clock from GCC
> + - description: Board XO source
> + - description: Board XO_A source
> + - description: Sleep clock source
> +
> + power-domains:
> + description:
> + Power domains required for the clock controller to operate

Drop. That's any power domain...

With that,

Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>