aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBjorn Andersson <andersson@kernel.org>2023-07-09 21:30:51 -0700
committerBjorn Andersson <andersson@kernel.org>2023-07-09 21:30:51 -0700
commit5605164aa83bcaa5538062a01f6c7b7f4f1dfbe0 (patch)
treef1f013e3cfdc1e259085b1a3a54401a71d2a051c
parentclk: qcom: gpucc-sm6350: Fix clock source names (diff)
parentdt-bindings: clock: qcom,gcc-sc8280xp: Add missing GDSCs (diff)
downloadwireguard-linux-5605164aa83bcaa5538062a01f6c7b7f4f1dfbe0.tar.xz
wireguard-linux-5605164aa83bcaa5538062a01f6c7b7f4f1dfbe0.zip
Merge branch '20230620-topic-sc8280_gccgdsc-v2-2-562c1428c10d@linaro.org' into clk-for-6.6
Merge a set of new SC8280XP GCC GDSC constants through a topic branch, to allow them being introduce into the DeviceTree source as well.
-rw-r--r--include/dt-bindings/clock/qcom,gcc-sc8280xp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,gcc-sc8280xp.h b/include/dt-bindings/clock/qcom,gcc-sc8280xp.h
index 721105ea4fad..845491591784 100644
--- a/include/dt-bindings/clock/qcom,gcc-sc8280xp.h
+++ b/include/dt-bindings/clock/qcom,gcc-sc8280xp.h
@@ -494,5 +494,15 @@
#define USB30_SEC_GDSC 11
#define EMAC_0_GDSC 12
#define EMAC_1_GDSC 13
+#define USB4_1_GDSC 14
+#define USB4_GDSC 15
+#define HLOS1_VOTE_MMNOC_MMU_TBU_HF0_GDSC 16
+#define HLOS1_VOTE_MMNOC_MMU_TBU_HF1_GDSC 17
+#define HLOS1_VOTE_MMNOC_MMU_TBU_SF0_GDSC 18
+#define HLOS1_VOTE_MMNOC_MMU_TBU_SF1_GDSC 19
+#define HLOS1_VOTE_TURING_MMU_TBU0_GDSC 20
+#define HLOS1_VOTE_TURING_MMU_TBU1_GDSC 21
+#define HLOS1_VOTE_TURING_MMU_TBU2_GDSC 22
+#define HLOS1_VOTE_TURING_MMU_TBU3_GDSC 23
#endif