Skip to content

Commit b538304

Browse files
konradybciobebarino
authored andcommitted
clk: qcom: gcc-sdm660: Add missing modem reset
This will be required in order to support the modem upstream. Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Fixes: f2a76a2 ("clk: qcom: Add Global Clock controller (GCC) driver for SDM660") Signed-off-by: Stephen Boyd <[email protected]>
1 parent edab812 commit b538304

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/clk/qcom/gcc-sdm660.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2402,6 +2402,7 @@ static const struct qcom_reset_map gcc_sdm660_resets[] = {
24022402
[GCC_USB_20_BCR] = { 0x2f000 },
24032403
[GCC_USB_30_BCR] = { 0xf000 },
24042404
[GCC_USB_PHY_CFG_AHB2PHY_BCR] = { 0x6a000 },
2405+
[GCC_MSS_RESTART] = { 0x79000 },
24052406
};
24062407

24072408
static const struct regmap_config gcc_sdm660_regmap_config = {

include/dt-bindings/clock/qcom,gcc-sdm660.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,6 @@
152152
#define GCC_USB_20_BCR 6
153153
#define GCC_USB_30_BCR 7
154154
#define GCC_USB_PHY_CFG_AHB2PHY_BCR 8
155+
#define GCC_MSS_RESTART 9
155156

156157
#endif

0 commit comments

Comments
 (0)