summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorThara Gopinath <thara.gopinath@linaro.org>2020-11-19 16:52:28 +0100
committerStephen Boyd <sboyd@kernel.org>2020-11-25 03:05:11 +0100
commit8d5d3c7a5bdd32044f595575f1aa16cd3bdd93a8 (patch)
tree72d981137e806deadb1c90da62e60359e06e6099 /include/dt-bindings
parentclk: qcom: dispcc-sm8250: handle MMCX power domain (diff)
downloadlinux-8d5d3c7a5bdd32044f595575f1aa16cd3bdd93a8.tar.xz
linux-8d5d3c7a5bdd32044f595575f1aa16cd3bdd93a8.zip
dt-bindings: clock: Add entry for crypto engine RPMH clock resource
Add clock id forc CE clock resource which is required to bring up the crypto engine on sdm845. Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org> Link: https://lore.kernel.org/r/20201119155233.3974286-2-thara.gopinath@linaro.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/qcom,rpmh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,rpmh.h b/include/dt-bindings/clock/qcom,rpmh.h
index 2e6c54e65455..30111c8f7fe9 100644
--- a/include/dt-bindings/clock/qcom,rpmh.h
+++ b/include/dt-bindings/clock/qcom,rpmh.h
@@ -21,5 +21,6 @@
#define RPMH_IPA_CLK 12
#define RPMH_LN_BB_CLK1 13
#define RPMH_LN_BB_CLK1_A 14
+#define RPMH_CE_CLK 15
#endif