clk: qcom: gcc-msm8976: Add modem reset

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
This commit is contained in:
Adam Skladowski 2022-04-26 09:30:48 +02:00 committed by Bjorn Andersson
parent 7e555e9975
commit cadf16c946

View File

@ -4056,6 +4056,7 @@ static const struct qcom_reset_map gcc_msm8976_resets[] = {
[RST_CAMSS_CSI_VFE1_BCR] = { 0x58070 }, [RST_CAMSS_CSI_VFE1_BCR] = { 0x58070 },
[RST_CAMSS_VFE1_BCR] = { 0x5807c }, [RST_CAMSS_VFE1_BCR] = { 0x5807c },
[RST_CAMSS_CPP_BCR] = { 0x58080 }, [RST_CAMSS_CPP_BCR] = { 0x58080 },
[RST_MSS_BCR] = { 0x71000 },
}; };
static struct gdsc *gcc_msm8976_gdscs[] = { static struct gdsc *gcc_msm8976_gdscs[] = {