]> Git Repo - linux.git/commitdiff
clk: qcom: gcc-msm8976: Add modem reset
authorAdam Skladowski <[email protected]>
Tue, 26 Apr 2022 07:30:48 +0000 (09:30 +0200)
committerBjorn Andersson <[email protected]>
Fri, 6 May 2022 03:22:27 +0000 (22:22 -0500)
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]
drivers/clk/qcom/gcc-msm8976.c

index 5781a7bcecc69c37292bba8eb218ca7ce1246609..6b112984694c752b9bc00825e9d859db100c8760 100644 (file)
@@ -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[] = {
This page took 0.060286 seconds and 4 git commands to generate.