On 09/09/2022 00:28, Dmitry Baryshkov wrote: > Add device tree bindings for the display clock controller on Qualcomm > SM8450 platform. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> I think I reviewed it... > --- > .../bindings/clock/qcom,sm8450-dispcc.yaml | 98 +++++++++++++++++ > .../dt-bindings/clock/qcom,sm8450-dispcc.h | 103 ++++++++++++++++++ > 2 files changed, 201 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,sm8450-dispcc.yaml > create mode 100644 include/dt-bindings/clock/qcom,sm8450-dispcc.h > > diff --git a/Documentation/devicetree/bindings/clock/qcom,sm8450-dispcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sm8450-dispcc.yaml > new file mode 100644 > index 000000000000..467544eea1ac > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/qcom,sm8450-dispcc.yaml > @@ -0,0 +1,98 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/clock/qcom,sm8450-dispcc.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm Display Clock & Reset Controller Binding for SM8450 Drop "Binding" > + > +maintainers: > + - Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > + > +description: | > + Qualcomm display clock control module which supports the clocks, resets and > + power domains on SM8450. > + > + See also: > + dt-bindings/clock/qcom,sm8450-dispcc.h This is not fixed (Bjorn's comment - full path). > + > +properties: With both above fixed: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof