On 30/10/2022 11:55, Dmitry Baryshkov wrote: > Move schema for the GCC on MSM8974 and MSM8226 platforms to a separate > file to be able to define device-specific clock properties. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > .../bindings/clock/qcom,gcc-msm8974.yaml | 64 +++++++++++++++++++ > .../bindings/clock/qcom,gcc-other.yaml | 9 +-- > 2 files changed, 65 insertions(+), 8 deletions(-) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-msm8974.yaml > > diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-msm8974.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-msm8974.yaml > new file mode 100644 > index 000000000000..a92a60f8c1af > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/qcom,gcc-msm8974.yaml > @@ -0,0 +1,64 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/clock/qcom,gcc-msm8974.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm MSM8974 (including Pro) and MSM8226 Global Clock & Reset > + Controller > + > +maintainers: > + - Stephen Boyd <sboyd@xxxxxxxxxx> > + - Taniya Das <quic_tdas@xxxxxxxxxxx> > + > +description: | > + Qualcomm global clock control module which supports the clocks, resets and > + power domains on MSM8974 (all variants) and MSM8226. Please incorporate the same changes I did here: https://lore.kernel.org/linux-devicetree/20221102163153.55460-2-krzysztof.kozlowski@xxxxxxxxxx/ > + Rest looks good. Best regards, Krzysztof