On Mon, Oct 21, 2024 at 04:03:56PM -0700, Melody Olvera wrote: > From: Taniya Das <quic_tdas@xxxxxxxxxxx> > > Add device tree bindings for the video clock controller on Qualcomm > SM8750 platform. > > Signed-off-by: Taniya Das <quic_tdas@xxxxxxxxxxx> > Signed-off-by: Melody Olvera <quic_molvera@xxxxxxxxxxx> > --- > .../bindings/clock/qcom,sm8750-gcc.yaml | 65 +++++ > include/dt-bindings/clock/qcom,sm8750-gcc.h | 226 ++++++++++++++++++ > 2 files changed, 291 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,sm8750-gcc.yaml > create mode 100644 include/dt-bindings/clock/qcom,sm8750-gcc.h > > diff --git a/Documentation/devicetree/bindings/clock/qcom,sm8750-gcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sm8750-gcc.yaml > new file mode 100644 > index 000000000000..5e46cccd6e6c > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/qcom,sm8750-gcc.yaml > @@ -0,0 +1,65 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/clock/qcom,sm8750-gcc.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm Global Clock & Reset Controller on SM8750 > + > +maintainers: > + - Taniya Das <quic_tdas@xxxxxxxxxxx> > + > +description: | > + Qualcomm global clock control module provides the clocks, resets and power > + domains on SM8750 > + > + See also:: include/dt-bindings/clock/qcom,sm8750-gcc.h > + > +properties: > + compatible: > + const: qcom,sm8750-gcc > + > + clocks: > + items: > + - description: Board XO source > + - description: Board Always On XO source > + - description: Sleep clock source > + - description: PCIE 0 Pipe clock source > + - description: PCIE 1 Pipe clock source > + - description: PCIE 1 Phy Auxiliary clock source > + - description: UFS Phy Rx symbol 0 clock source > + - description: UFS Phy Rx symbol 1 clock source > + - description: UFS Phy Tx symbol 0 clock source > + - description: USB3 Phy wrapper pipe clock source It's the same as sm8650, so it should be there. No need for new file. Best regards, Krzysztof