aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Skladowski <[email protected]>2022-04-26 09:30:48 +0200
committerBjorn Andersson <[email protected]>2022-05-05 22:22:27 -0500
commitcadf16c9469e58ba74806f76b3d0f9f553a41b2c (patch)
tree314a336254194fda6a220822a6c917d1b298287f
parent7e555e9975698924d7f3ead154847bcf8f5cd40c (diff)
clk: qcom: gcc-msm8976: Add modem reset
Add modem reset, it will be needed during modem bringup. Signed-off-by: Adam Skladowski <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/clk/qcom/gcc-msm8976.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/gcc-msm8976.c b/drivers/clk/qcom/gcc-msm8976.c
index 5781a7bcecc6..6b112984694c 100644
--- a/drivers/clk/qcom/gcc-msm8976.c
+++ b/drivers/clk/qcom/gcc-msm8976.c
@@ -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[] = {