* [PATCH] clk: qcom: Add missing msm8998 resets
@ 2018-12-11 20:00 Jeffrey Hugo
2018-12-11 21:26 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Jeffrey Hugo @ 2018-12-11 20:00 UTC (permalink / raw)
To: sboyd, andy.gross, david.brown, mturquette
Cc: bjorn.andersson, linux-arm-msm, linux-clk, linux-kernel, Jeffrey Hugo
commit c0cb7c7e7164 ("clk: qcom: Enumerate remaining msm8998 resets")
missed two USB2 resets. Add them.
Fixes: c0cb7c7e7164 ("clk: qcom: Enumerate remaining msm8998 resets")
Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>
---
Sorry, noticed this when working on USB. I double checked the documentation
again, and I'm reasonably sure I got them all now.
drivers/clk/qcom/gcc-msm8998.c | 2 ++
include/dt-bindings/clock/qcom,gcc-msm8998.h | 2 ++
2 files changed, 4 insertions(+)
diff --git a/drivers/clk/qcom/gcc-msm8998.c b/drivers/clk/qcom/gcc-msm8998.c
index 5f989ee..f3c2ab4 100644
--- a/drivers/clk/qcom/gcc-msm8998.c
+++ b/drivers/clk/qcom/gcc-msm8998.c
@@ -2827,6 +2827,8 @@ enum {
[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 },
diff --git a/include/dt-bindings/clock/qcom,gcc-msm8998.h b/include/dt-bindings/clock/qcom,gcc-msm8998.h
index 958fe83..ba84bba 100644
--- a/include/dt-bindings/clock/qcom,gcc-msm8998.h
+++ b/include/dt-bindings/clock/qcom,gcc-msm8998.h
@@ -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
--
Qualcomm Datacenter Technologies as an affiliate of Qualcomm Technologies, Inc.
Qualcomm Technologies, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] clk: qcom: Add missing msm8998 resets
2018-12-11 20:00 [PATCH] clk: qcom: Add missing msm8998 resets Jeffrey Hugo
@ 2018-12-11 21:26 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2018-12-11 21:26 UTC (permalink / raw)
To: Jeffrey Hugo, andy.gross, david.brown, mturquette
Cc: bjorn.andersson, linux-arm-msm, linux-clk, linux-kernel, Jeffrey Hugo
Quoting Jeffrey Hugo (2018-12-11 12:00:04)
> commit c0cb7c7e7164 ("clk: qcom: Enumerate remaining msm8998 resets")
> missed two USB2 resets. Add them.
>
> Fixes: c0cb7c7e7164 ("clk: qcom: Enumerate remaining msm8998 resets")
> Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>
> ---
Applied to clk-next
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-12-11 21:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-11 20:00 [PATCH] clk: qcom: Add missing msm8998 resets Jeffrey Hugo
2018-12-11 21:26 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®