Message ID | 20241210064110.130466-2-quic_mmanikan@quicinc.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add gcc_xo_clk for IPQ5424 | expand |
On Tue, Dec 10, 2024 at 12:11:09PM +0530, Manikanta Mylavarapu wrote: > The GCC_XO_CLK is required for the functionality of the WiFi > copy engine block. Therefore, add the GCC_XO_CLK macro. "Add the GCC_XO_CLK clock ID for the clock required for the...." That "Therefore" is really not necessary. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/include/dt-bindings/clock/qcom,ipq5424-gcc.h b/include/dt-bindings/clock/qcom,ipq5424-gcc.h index 755ce7a71c7c..cad46811ba6b 100644 --- a/include/dt-bindings/clock/qcom,ipq5424-gcc.h +++ b/include/dt-bindings/clock/qcom,ipq5424-gcc.h @@ -152,5 +152,6 @@ #define GCC_PCIE3_RCHNG_CLK_SRC 142 #define GCC_PCIE3_RCHNG_CLK 143 #define GCC_IM_SLEEP_CLK 144 +#define GCC_XO_CLK 145 #endif
The GCC_XO_CLK is required for the functionality of the WiFi copy engine block. Therefore, add the GCC_XO_CLK macro. Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com> --- include/dt-bindings/clock/qcom,ipq5424-gcc.h | 1 + 1 file changed, 1 insertion(+)