mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
clk: qcom: gcc-ipq806x: add CryptoEngine resets
Add missing CryptoEngine resets. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Tested-by: Jonathan McDowell <noodles@earth.li> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220226135235.10051-15-ansuelsmth@gmail.com
This commit is contained in:
parent
887646c47d
commit
4f865bdcb4
@ -3320,6 +3320,11 @@ static const struct qcom_reset_map gcc_ipq806x_resets[] = {
|
||||
[GMAC_CORE3_RESET] = { 0x3cfc, 0 },
|
||||
[GMAC_CORE4_RESET] = { 0x3d1c, 0 },
|
||||
[GMAC_AHB_RESET] = { 0x3e24, 0 },
|
||||
[CRYPTO_ENG1_RESET] = { 0x3e00, 0},
|
||||
[CRYPTO_ENG2_RESET] = { 0x3e04, 0},
|
||||
[CRYPTO_ENG3_RESET] = { 0x3e08, 0},
|
||||
[CRYPTO_ENG4_RESET] = { 0x3e0c, 0},
|
||||
[CRYPTO_AHB_RESET] = { 0x3e10, 0},
|
||||
[NSS_CH0_RST_RX_CLK_N_RESET] = { 0x3b60, 0 },
|
||||
[NSS_CH0_RST_TX_CLK_N_RESET] = { 0x3b60, 1 },
|
||||
[NSS_CH0_RST_RX_125M_N_RESET] = { 0x3b60, 2 },
|
||||
|
Loading…
Reference in New Issue
Block a user