Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Neil Armstrong and committed by
Bjorn Andersson
1a3b3bd1 b85ea95d

+24 -2
+6 -2
Documentation/devicetree/bindings/clock/qcom,sm8550-tcsr.yaml
··· 13 13 Qualcomm TCSR clock control module provides the clocks, resets and 14 14 power domains on SM8550 15 15 16 - See also:: include/dt-bindings/clock/qcom,sm8550-tcsr.h 16 + See also: 17 + - include/dt-bindings/clock/qcom,sm8550-tcsr.h 18 + - include/dt-bindings/clock/qcom,sm8650-tcsr.h 17 19 18 20 properties: 19 21 compatible: 20 22 items: 21 - - const: qcom,sm8550-tcsr 23 + - enum: 24 + - qcom,sm8550-tcsr 25 + - qcom,sm8650-tcsr 22 26 - const: syscon 23 27 24 28 clocks:
+18
include/dt-bindings/clock/qcom,sm8650-tcsr.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2 + /* 3 + * Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved. 4 + * Copyright (c) 2023, Linaro Limited 5 + */ 6 + 7 + #ifndef _DT_BINDINGS_CLK_QCOM_TCSR_CC_SM8650_H 8 + #define _DT_BINDINGS_CLK_QCOM_TCSR_CC_SM8650_H 9 + 10 + /* TCSR CC clocks */ 11 + #define TCSR_PCIE_0_CLKREF_EN 0 12 + #define TCSR_PCIE_1_CLKREF_EN 1 13 + #define TCSR_UFS_CLKREF_EN 2 14 + #define TCSR_UFS_PAD_CLKREF_EN 3 15 + #define TCSR_USB2_CLKREF_EN 4 16 + #define TCSR_USB3_CLKREF_EN 5 17 + 18 + #endif