Message ID | 20240624050254.2942959-5-quic_varada@quicinc.com |
---|---|
State | Not Applicable |
Headers | show |
Series | Enable CPR for IPQ9574 | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | fail | build log |
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
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
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(+)