[PATCH v2 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 v2 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>
---
v2: Add GCC_RBCPR_CLK_SRC define.
    Not adding 'Acked-by: Krzysztof Kozlowski' as the file changed.
---
 include/dt-bindings/clock/qcom,ipq9574-gcc.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/dt-bindings/clock/qcom,ipq9574-gcc.h b/include/dt-bindings/clock/qcom,ipq9574-gcc.h
index 52123c5a09fa..4c65de04cb7b 100644
--- a/include/dt-bindings/clock/qcom,ipq9574-gcc.h
+++ b/include/dt-bindings/clock/qcom,ipq9574-gcc.h
@@ -220,4 +220,6 @@
 #define GCC_PCIE1_PIPE_CLK				211
 #define GCC_PCIE2_PIPE_CLK				212
 #define GCC_PCIE3_PIPE_CLK				213
+#define GCC_RBCPR_CLK_SRC				214
+#define GCC_RBCPR_CLK					215
 #endif
-- 
2.34.1
Re: [PATCH v2 4/7] dt-bindings: clock: Add CPR clock defines for IPQ9574
Posted by Krzysztof Kozlowski 1 year, 5 months ago
On 24/06/2024 07:02, Varadarajan Narayanan wrote:
> Add defines for the CPR block present in IPQ9574.
> 
> Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com>
> ---
> v2: Add GCC_RBCPR_CLK_SRC define.
>     Not adding 'Acked-by: Krzysztof Kozlowski' as the file changed.
> ---

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

Best regards,
Krzysztof