Message ID | 20201119155233.3974286-2-thara.gopinath@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Enable Qualcomm Crypto Engine on sdm845 | expand |
Quoting Thara Gopinath (2020-11-19 07:52:28) > 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> > --- Applied to clk-next
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