Message ID | 20201117134714.3456446-2-thara.gopinath@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | Enable Qualcomm Crypto Engine on sdm845 | expand |
On Tue 17 Nov 07:47 CST 2020, Thara Gopinath wrote: > Add clock id forc CE clock resource which is required to bring up the > crypto engine on sdm845. > > Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org> $subject should have bindings in plural to match other changes and a space after the ':' Apart from that, things looks good. Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Regards, Bjorn > --- > include/dt-bindings/clock/qcom,rpmh.h | 1 + > 1 file changed, 1 insertion(+) > > 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 > -- > 2.25.1 >
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
Add clock id forc CE clock resource which is required to bring up the crypto engine on sdm845. Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org> --- include/dt-bindings/clock/qcom,rpmh.h | 1 + 1 file changed, 1 insertion(+) -- 2.25.1