Skip to content

Commit 35e237b

Browse files
Anusha Raoandersson
authored andcommitted
dt-bindings: clock: Add crypto clock and reset definitions
Add crypto clock and reset ID definitions for ipq9574. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> Signed-off-by: Anusha Rao <quic_anusha@quicinc.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230526161129.1454-2-quic_anusha@quicinc.com
1 parent ac9a786 commit 35e237b

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,8 @@
210210
#define GCC_SNOC_PCIE1_1LANE_S_CLK 201
211211
#define GCC_SNOC_PCIE2_2LANE_S_CLK 202
212212
#define GCC_SNOC_PCIE3_2LANE_S_CLK 203
213+
#define GCC_CRYPTO_CLK_SRC 204
214+
#define GCC_CRYPTO_CLK 205
215+
#define GCC_CRYPTO_AXI_CLK 206
216+
#define GCC_CRYPTO_AHB_CLK 207
213217
#endif

include/dt-bindings/reset/qcom,ipq9574-gcc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,6 @@
160160
#define GCC_WCSS_Q6_BCR 151
161161
#define GCC_WCSS_Q6_TBU_BCR 152
162162
#define GCC_TCSR_BCR 153
163+
#define GCC_CRYPTO_BCR 154
163164

164165
#endif

0 commit comments

Comments
 (0)