diff options
| author | Ansuel Smith <[email protected]> | 2022-02-26 14:52:33 +0100 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2022-03-08 16:19:31 -0600 |
| commit | 887646c47d5c6fc07d281f6f728270bf04331b69 (patch) | |
| tree | 4e0d1d07b986a67afb80d40f23cb2d1c60e58485 | |
| parent | b293510f3961b90dcab59965f57779be93ceda7c (diff) | |
dt-bindings: reset: add ipq8064 ce5 resets
Add ipq8064 ce5 resets needed for CryptoEngine gcc driver.
Signed-off-by: Ansuel Smith <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Acked-by: Philipp Zabel <[email protected]>
Acked-by: Rob Herring <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Tested-by: Jonathan McDowell <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | include/dt-bindings/reset/qcom,gcc-ipq806x.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/qcom,gcc-ipq806x.h b/include/dt-bindings/reset/qcom,gcc-ipq806x.h index 26b6f9200620..020c9cf18751 100644 --- a/include/dt-bindings/reset/qcom,gcc-ipq806x.h +++ b/include/dt-bindings/reset/qcom,gcc-ipq806x.h @@ -163,5 +163,10 @@ #define NSS_CAL_PRBS_RST_N_RESET 154 #define NSS_LCKDT_RST_N_RESET 155 #define NSS_SRDS_N_RESET 156 +#define CRYPTO_ENG1_RESET 157 +#define CRYPTO_ENG2_RESET 158 +#define CRYPTO_ENG3_RESET 159 +#define CRYPTO_ENG4_RESET 160 +#define CRYPTO_AHB_RESET 161 #endif |