dt-bindings: clock: qcom: document the SM8650 TCSR Clock Controller
Add bindings documentation for the SM8650 TCSR Clock Controller. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20231106-topic-sm8650-upstream-clocks-v3-1-761a6fadb4c0@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
b85ea95d08
commit
1a3b3bd142
@ -13,12 +13,16 @@ description: |
|
|||||||
Qualcomm TCSR clock control module provides the clocks, resets and
|
Qualcomm TCSR clock control module provides the clocks, resets and
|
||||||
power domains on SM8550
|
power domains on SM8550
|
||||||
|
|
||||||
See also:: include/dt-bindings/clock/qcom,sm8550-tcsr.h
|
See also:
|
||||||
|
- include/dt-bindings/clock/qcom,sm8550-tcsr.h
|
||||||
|
- include/dt-bindings/clock/qcom,sm8650-tcsr.h
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
items:
|
items:
|
||||||
- const: qcom,sm8550-tcsr
|
- enum:
|
||||||
|
- qcom,sm8550-tcsr
|
||||||
|
- qcom,sm8650-tcsr
|
||||||
- const: syscon
|
- const: syscon
|
||||||
|
|
||||||
clocks:
|
clocks:
|
||||||
|
18
include/dt-bindings/clock/qcom,sm8650-tcsr.h
Normal file
18
include/dt-bindings/clock/qcom,sm8650-tcsr.h
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
* Copyright (c) 2023, Linaro Limited
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef _DT_BINDINGS_CLK_QCOM_TCSR_CC_SM8650_H
|
||||||
|
#define _DT_BINDINGS_CLK_QCOM_TCSR_CC_SM8650_H
|
||||||
|
|
||||||
|
/* TCSR CC clocks */
|
||||||
|
#define TCSR_PCIE_0_CLKREF_EN 0
|
||||||
|
#define TCSR_PCIE_1_CLKREF_EN 1
|
||||||
|
#define TCSR_UFS_CLKREF_EN 2
|
||||||
|
#define TCSR_UFS_PAD_CLKREF_EN 3
|
||||||
|
#define TCSR_USB2_CLKREF_EN 4
|
||||||
|
#define TCSR_USB3_CLKREF_EN 5
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user