All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 1/5] dt-bindings: clock: gcc-msm8998: Add definitions of SSC-related clocks
@ 2022-02-20 21:20 michael.srba
  2022-02-20 21:20 ` [PATCH v8 2/5] clk: qcom: gcc-msm8998: add " michael.srba
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: michael.srba @ 2022-02-20 21:20 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Stephen Boyd, Philipp Zabel
  Cc: Linus Walleij, Florian Fainelli, Arnd Bergmann,
	Greg Kroah-Hartman, Saravana Kannan, linux-arm-msm, linux-clk,
	devicetree, Michael Srba, Rob Herring

From: Michael Srba <Michael.Srba@seznam.cz>

Add definitions of four clocks which need to be manipulated in order to
initialize the AHB bus which exposes the SCC block in the global address
space.

Signed-off-by: Michael Srba <Michael.Srba@seznam.cz>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
---
 CHANGES:
 - v2: none
 - v3: none
 - v4: none
 - v5: none
 - v6: none
 - v7: use imperative in commit message
 - v8: none
---
 include/dt-bindings/clock/qcom,gcc-msm8998.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/dt-bindings/clock/qcom,gcc-msm8998.h b/include/dt-bindings/clock/qcom,gcc-msm8998.h
index 72c99e486d86..1badb4f9c58f 100644
--- a/include/dt-bindings/clock/qcom,gcc-msm8998.h
+++ b/include/dt-bindings/clock/qcom,gcc-msm8998.h
@@ -186,6 +186,10 @@
 #define UFS_UNIPRO_CORE_CLK_SRC					177
 #define GCC_MMSS_GPLL0_CLK					178
 #define HMSS_GPLL0_CLK_SRC					179
+#define GCC_IM_SLEEP						180
+#define AGGRE2_SNOC_NORTH_AXI					181
+#define SSC_XO							182
+#define SSC_CNOC_AHBS_CLK					183
 
 #define PCIE_0_GDSC						0
 #define UFS_GDSC						1
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-02-27 20:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-20 21:20 [PATCH v8 1/5] dt-bindings: clock: gcc-msm8998: Add definitions of SSC-related clocks michael.srba
2022-02-20 21:20 ` [PATCH v8 2/5] clk: qcom: gcc-msm8998: add " michael.srba
2022-02-25  0:55   ` Stephen Boyd
2022-02-20 21:20 ` [PATCH v8 3/5] dt-bindings: bus: add device tree bindings for qcom,ssc-block-bus michael.srba
2022-02-27 20:12   ` Jeffrey Hugo
2022-02-20 21:20 ` [PATCH v8 4/5] drivers: bus: add driver for initializing the SSC bus on (some) qcom SoCs michael.srba
2022-02-22 22:29   ` kernel test robot
2022-02-27 20:25   ` Jeffrey Hugo
2022-02-20 21:20 ` [PATCH v8 5/5] arm64: dts: qcom: msm8998: reserve potentially inaccessible clocks michael.srba
2022-02-27 20:28   ` Jeffrey Hugo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.