clk: qcom: Add missing msm8998 resets
commitc0cb7c7e71
("clk: qcom: Enumerate remaining msm8998 resets") missed two USB2 resets. Add them. Fixes:c0cb7c7e71
("clk: qcom: Enumerate remaining msm8998 resets") Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
30bc0b9881
commit
a1697aba27
@ -2827,6 +2827,8 @@ static const struct qcom_reset_map gcc_msm8998_resets[] = {
|
||||
[GCC_MMSS_BCR] = { 0xb000 },
|
||||
[GCC_QDSS_BCR] = { 0xc000 },
|
||||
[GCC_WCSS_BCR] = { 0x11000 },
|
||||
[GCC_QUSB2PHY_PRIM_BCR] = { 0x12000 },
|
||||
[GCC_QUSB2PHY_SEC_BCR] = { 0x12004 },
|
||||
[GCC_BLSP1_BCR] = { 0x17000 },
|
||||
[GCC_BLSP1_UART1_BCR] = { 0x1a000 },
|
||||
[GCC_BLSP1_UART2_BCR] = { 0x1c000 },
|
||||
|
@ -296,5 +296,7 @@
|
||||
#define GCC_GLM_BCR 103
|
||||
#define GCC_SKL_BCR 104
|
||||
#define GCC_MSMPU_BCR 105
|
||||
#define GCC_QUSB2PHY_PRIM_BCR 106
|
||||
#define GCC_QUSB2PHY_SEC_BCR 107
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user