Skip to content

Commit

Permalink
dt-bindings: clock: Add crypto clock and reset definitions
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Anusha Rao authored and Bjorn Andersson committed Jun 13, 2023
1 parent ac9a786 commit 35e237b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/dt-bindings/clock/qcom,ipq9574-gcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,8 @@
#define GCC_SNOC_PCIE1_1LANE_S_CLK 201
#define GCC_SNOC_PCIE2_2LANE_S_CLK 202
#define GCC_SNOC_PCIE3_2LANE_S_CLK 203
#define GCC_CRYPTO_CLK_SRC 204
#define GCC_CRYPTO_CLK 205
#define GCC_CRYPTO_AXI_CLK 206
#define GCC_CRYPTO_AHB_CLK 207
#endif
1 change: 1 addition & 0 deletions include/dt-bindings/reset/qcom,ipq9574-gcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,6 @@
#define GCC_WCSS_Q6_BCR 151
#define GCC_WCSS_Q6_TBU_BCR 152
#define GCC_TCSR_BCR 153
#define GCC_CRYPTO_BCR 154

#endif

0 comments on commit 35e237b

Please sign in to comment.