On Sun, Sep 11, 2022 at 06:46:18PM +0200, Adam Skladowski wrote: > Add device tree bindings for display clock controller for > Qualcomm Technology Inc's SM6115 SoC. > > Signed-off-by: Adam Skladowski <a39.skl@xxxxxxxxx> > --- > .../bindings/clock/qcom,sm6115-dispcc.yaml | 70 +++++++++++++++++++ > .../dt-bindings/clock/qcom,sm6115-dispcc.h | 36 ++++++++++ > 2 files changed, 106 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,sm6115-dispcc.yaml > create mode 100644 include/dt-bindings/clock/qcom,sm6115-dispcc.h > > diff --git a/Documentation/devicetree/bindings/clock/qcom,sm6115-dispcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sm6115-dispcc.yaml > new file mode 100644 > index 000000000000..a6bf363b5015 > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/qcom,sm6115-dispcc.yaml > @@ -0,0 +1,70 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/clock/qcom,sm6115-dispcc.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm Display Clock Controller Binding for SM6115 s/Binding // > + > +maintainers: > + - Bjorn Andersson <andersson@xxxxxxxxxx> > + > +description: | Don't need '|' when no formatting to preserve. With those fixes, Reviewed-by: Rob Herring <robh@xxxxxxxxxx>