Skip to content

Commit df87324

Browse files
Imran Shaikandersson
authored andcommitted
dt-bindings: clock: Update GCC clocks for QDU1000 and QRU1000 SoCs
Add support for GCC_GPLL1_OUT_EVEN and GCC_DDRSS_ECPRI_GSI_CLK clock bindings for QDU1000 and QRU1000 SoCs. While at it, update the maintainers list. Signed-off-by: Imran Shaik <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent a27ac38 commit df87324

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Documentation/devicetree/bindings/clock/qcom,qdu1000-gcc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Qualcomm Global Clock & Reset Controller for QDU1000 and QRU1000
88

99
maintainers:
10-
- Melody Olvera <[email protected]>
10+
- Taniya Das <[email protected]>
11+
- Imran Shaik <[email protected]>
1112

1213
description: |
1314
Qualcomm global clock control module which supports the clocks, resets and

include/dt-bindings/clock/qcom,qdu1000-gcc.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
22
/*
3-
* Copyright (c) 2021-2022, Qualcomm Innovation Center, Inc. All rights reserved.
3+
* Copyright (c) 2021-2023, Qualcomm Innovation Center, Inc. All rights reserved.
44
*/
55

66
#ifndef _DT_BINDINGS_CLK_QCOM_GCC_QDU1000_H
@@ -138,6 +138,8 @@
138138
#define GCC_AGGRE_NOC_ECPRI_GSI_CLK 128
139139
#define GCC_PCIE_0_PIPE_CLK_SRC 129
140140
#define GCC_PCIE_0_PHY_AUX_CLK_SRC 130
141+
#define GCC_GPLL1_OUT_EVEN 131
142+
#define GCC_DDRSS_ECPRI_GSI_CLK 132
141143

142144
/* GCC resets */
143145
#define GCC_ECPRI_CC_BCR 0

0 commit comments

Comments
 (0)