summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBjorn Andersson <andersson@kernel.org>2025-08-11 10:05:54 -0500
committerBjorn Andersson <andersson@kernel.org>2025-08-11 10:05:54 -0500
commitfa5b839b178371ab0a68c32c239de2d9ff103d3c (patch)
tree28277ea5f79c2042adeac3405deff388ed58565b /include
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585 (diff)
parentc17ccefb611fdb346eef9be6bfbd0bfd04afa204 (diff)
downloadlinux-fa5b839b178371ab0a68c32c239de2d9ff103d3c.tar.gz
linux-fa5b839b178371ab0a68c32c239de2d9ff103d3c.zip
Merge branch '20250811090954.2854440-2-quic_varada@quicinc.com' into clk-for-6.18
Merge IPQ5424 APSS clock controller binding through topic branch, to make available the introduced constants to DeviceTree branch as well.
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 */