Skip to content

Commit

Permalink
clk: qcom: gcc-msm8976: Add modem reset
Browse files Browse the repository at this point in the history
Add modem reset, it will be needed during modem bringup.

Signed-off-by: Adam Skladowski <a39.skl@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220426073048.11509-4-a39.skl@gmail.com
  • Loading branch information
Kiciuk authored and andersson committed May 6, 2022
1 parent 7e555e9 commit cadf16c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/qcom/gcc-msm8976.c
Original file line number Diff line number Diff line change
Expand Up @@ -4056,6 +4056,7 @@ static const struct qcom_reset_map gcc_msm8976_resets[] = {
[RST_CAMSS_CSI_VFE1_BCR] = { 0x58070 },
[RST_CAMSS_VFE1_BCR] = { 0x5807c },
[RST_CAMSS_CPP_BCR] = { 0x58080 },
[RST_MSS_BCR] = { 0x71000 },
};

static struct gdsc *gcc_msm8976_gdscs[] = {
Expand Down

0 comments on commit cadf16c

Please sign in to comment.