summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>2026-07-07 12:25:23 +0530
committerBjorn Andersson <andersson@kernel.org>2026-07-11 12:56:53 -0500
commitdd7ddd057fcd9301ff0c9908e8a856f5ca112f29 (patch)
tree047fda7b0ee24e5754d800859b2845a6840eb21e
parentdc59e4fea9d83f03bad6bddf3fa2e52491777482 (diff)
downloadlinux-dd7ddd057fcd9301ff0c9908e8a856f5ca112f29.tar.gz
linux-dd7ddd057fcd9301ff0c9908e8a856f5ca112f29.zip
dt-bindings: clock: qcom: Add IPQ9650 REFGEN clock IDs
Add the REFGEN clock IDs for the IPQ9650 SoC. These clocks are used to enable the REFGEN block, which provides the reference current to the PHYs in the SoC. Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260707-b4-ipq9650_refgen_clocks-v1-1-e070624d03d2@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r--include/dt-bindings/clock/qcom,ipq9650-gcc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,ipq9650-gcc.h b/include/dt-bindings/clock/qcom,ipq9650-gcc.h
index afd17c00d96e..2d43ca36c09c 100644
--- a/include/dt-bindings/clock/qcom,ipq9650-gcc.h
+++ b/include/dt-bindings/clock/qcom,ipq9650-gcc.h
@@ -169,4 +169,9 @@
#define GPLL2 160
#define GPLL2_OUT_MAIN 161
#define GPLL4 162
+#define GCC_REFGEN_CORE_CLK_SRC 163
+#define GCC_REFGEN_PCIE_CORE_CLK 164
+#define GCC_REFGEN_PCIE_HCLK 165
+#define GCC_REFGEN_CMN_UPHY_HCLK 166
+#define GCC_REFGEN_CMN_UPHY_CORE_CLK 167
#endif