[PATCH v1 4/7] dt-bindings: clock: Add CPR clock defines for IPQ9574

Varadarajan Narayanan posted 7 patches 1 year, 5 months ago
There is a newer version of this series
[PATCH v1 4/7] dt-bindings: clock: Add CPR clock defines for IPQ9574
Posted by Varadarajan Narayanan 1 year, 5 months ago
Add defines for the CPR block present in IPQ9574.

Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com>
---
 include/dt-bindings/clock/qcom,ipq9574-gcc.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dt-bindings/clock/qcom,ipq9574-gcc.h b/include/dt-bindings/clock/qcom,ipq9574-gcc.h
index 52123c5a09fa..b7bededc442f 100644
--- a/include/dt-bindings/clock/qcom,ipq9574-gcc.h
+++ b/include/dt-bindings/clock/qcom,ipq9574-gcc.h
@@ -220,4 +220,5 @@
 #define GCC_PCIE1_PIPE_CLK				211
 #define GCC_PCIE2_PIPE_CLK				212
 #define GCC_PCIE3_PIPE_CLK				213
+#define GCC_RBCPR_CLK					214
 #endif
-- 
2.34.1
Re: [PATCH v1 4/7] dt-bindings: clock: Add CPR clock defines for IPQ9574
Posted by Krzysztof Kozlowski 1 year, 5 months ago
On 20/06/2024 10:14, Varadarajan Narayanan wrote:
> Add defines for the CPR block present in IPQ9574.
> 
> Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com>

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof