mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-23 10:20:46 +00:00
29 lines
981 B
Diff
29 lines
981 B
Diff
|
From 47f539afdab8fb99d4c047add3e1a1b1dc5a3f2d Mon Sep 17 00:00:00 2001
|
||
|
From: Devi Priya <quic_devipriy@quicinc.com>
|
||
|
Date: Fri, 25 Oct 2024 09:25:15 +0530
|
||
|
Subject: [PATCH 2/7] dt-bindings: clock: gcc-ipq9574: Add definition for
|
||
|
GPLL0_OUT_AUX
|
||
|
|
||
|
Add the definition for GPLL0_OUT_AUX clock.
|
||
|
|
||
|
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
||
|
Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
|
||
|
Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@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..05ef3074c9da 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 GPLL0_OUT_AUX 214
|
||
|
#endif
|
||
|
--
|
||
|
2.45.2
|
||
|
|