[PATCH 1/2] dt-bindings: clock: qcom: gcc-ipq5424: add gcc_xo_clk macro

Manikanta Mylavarapu posted 2 patches 2 months, 1 week ago
[PATCH 1/2] dt-bindings: clock: qcom: gcc-ipq5424: add gcc_xo_clk macro
Posted by Manikanta Mylavarapu 2 months, 1 week ago
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(+)

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
-- 
2.34.1
Re: [PATCH 1/2] dt-bindings: clock: qcom: gcc-ipq5424: add gcc_xo_clk macro
Posted by Krzysztof Kozlowski 2 months ago
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