Commit 8817c21a authored by Taniya Das's avatar Taniya Das Committed by Bjorn Andersson
Browse files

dt-bindings: clock: qcom: Document the SM8750 TCSR Clock Controller

parent 42b00f44
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ description: |
  See also:
  - include/dt-bindings/clock/qcom,sm8550-tcsr.h
  - include/dt-bindings/clock/qcom,sm8650-tcsr.h
  - include/dt-bindings/clock/qcom,sm8750-tcsr.h

properties:
  compatible:
@@ -24,6 +25,7 @@ properties:
          - qcom,sar2130p-tcsr
          - qcom,sm8550-tcsr
          - qcom,sm8650-tcsr
          - qcom,sm8750-tcsr
          - qcom,x1e80100-tcsr
      - const: syscon

+15 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
/*
 * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
 */

#ifndef _DT_BINDINGS_CLK_QCOM_TCSR_CC_SM8750_H
#define _DT_BINDINGS_CLK_QCOM_TCSR_CC_SM8750_H

/* TCSR_CC clocks */
#define TCSR_PCIE_0_CLKREF_EN				0
#define TCSR_UFS_CLKREF_EN				1
#define TCSR_USB2_CLKREF_EN				2
#define TCSR_USB3_CLKREF_EN				3

#endif