summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBjorn Andersson <andersson@kernel.org>2025-08-12 20:01:13 +0300
committerBjorn Andersson <andersson@kernel.org>2025-08-12 20:01:13 +0300
commite320c42bf6ac5576316e04e8c82365eafc2c546c (patch)
treea054098cf1f98d6028ba122bf4b8a43be55dfc40 /include
parenta8a5ea012471dd19ea9cb4d668c27ac678e84a3e (diff)
parentc17ccefb611fdb346eef9be6bfbd0bfd04afa204 (diff)
downloadlinux-e320c42bf6ac5576316e04e8c82365eafc2c546c.tar.xz
Merge branch '20250811090954.2854440-2-quic_varada@quicinc.com' into HEAD
Merge the IPQ5424 application subsystem clock binding, in order to get access to the necessary clock constants for CPUfreq.
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/qcom,apss-ipq.h6
-rw-r--r--include/dt-bindings/interconnect/qcom,ipq5424.h3
2 files changed, 9 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,apss-ipq.h b/include/dt-bindings/clock/qcom,apss-ipq.h
index 77b6e05492e2..0bb41e5efdef 100644
--- a/include/dt-bindings/clock/qcom,apss-ipq.h
+++ b/include/dt-bindings/clock/qcom,apss-ipq.h
@@ -8,5 +8,11 @@
#define APCS_ALIAS0_CLK_SRC 0
#define APCS_ALIAS0_CORE_CLK 1
+#define APSS_PLL_EARLY 2
+#define APSS_SILVER_CLK_SRC 3
+#define APSS_SILVER_CORE_CLK 4
+#define L3_PLL 5
+#define L3_CLK_SRC 6
+#define L3_CORE_CLK 7
#endif
diff --git a/include/dt-bindings/interconnect/qcom,ipq5424.h b/include/dt-bindings/interconnect/qcom,ipq5424.h
index a770356112ee..afd7e0683a24 100644
--- a/include/dt-bindings/interconnect/qcom,ipq5424.h
+++ b/include/dt-bindings/interconnect/qcom,ipq5424.h
@@ -21,4 +21,7 @@
#define MASTER_CNOC_USB 16
#define SLAVE_CNOC_USB 17
+#define MASTER_CPU 0
+#define SLAVE_L3 1
+
#endif /* INTERCONNECT_QCOM_IPQ5424_H */