Skip to content

Commit 41ded61

Browse files
vldlyandersson
authored andcommitted
clk: qcom: gcc-msm8953: add more resets
Add new entries in the gcc driver for some more resets found on MSM8953. Signed-off-by: Vladimir Lypak <vladimir.lypak@gmail.com> [luca: expand commit message, move entry, add more entries] Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20240125-msm8953-mdss-reset-v2-2-fd7824559426@z3ntu.xyz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent d3b2afb commit 41ded61

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/clk/qcom/gcc-msm8953.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4171,6 +4171,10 @@ static const struct qcom_reset_map gcc_msm8953_resets[] = {
41714171
[GCC_USB3PHY_PHY_BCR] = { 0x3f03c },
41724172
[GCC_USB3_PHY_BCR] = { 0x3f034 },
41734173
[GCC_USB_30_BCR] = { 0x3f070 },
4174+
[GCC_MDSS_BCR] = { 0x4d074 },
4175+
[GCC_CRYPTO_BCR] = { 0x16000 },
4176+
[GCC_SDCC1_BCR] = { 0x42000 },
4177+
[GCC_SDCC2_BCR] = { 0x43000 },
41744178
};
41754179

41764180
static const struct regmap_config gcc_msm8953_regmap_config = {

0 commit comments

Comments
 (0)