Message ID | 20220911164635.182973-1-a39.skl@gmail.com |
---|---|
Headers | show |
Series | Add DISPCC driver for SM6115 | expand |
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@gmail.com> > --- > .../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@kernel.org> > + > +description: | Don't need '|' when no formatting to preserve. With those fixes, Reviewed-by: Rob Herring <robh@kernel.org>
On Tue, Sep 13, 2022 at 10:26:20AM -0500, Rob Herring wrote: > 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@gmail.com> > > --- > > .../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@kernel.org> > > + > > +description: | > > Don't need '|' when no formatting to preserve. > This follows the other dispcc bindings, where I think the intention is to keep the formatting over "See also". In contrast to the other dispcc bindings the "See also" has a ':' at the end in this proposal... > With those fixes, > > Reviewed-by: Rob Herring <robh@kernel.org> I took the liberty of fixing up the description to align with the others and applied this, with your R-b. Regards, Bjorn
On Sun, 11 Sep 2022 18:46:17 +0200, Adam Skladowski wrote: > This patch series introduce support for SM6115 display clock controller, > this driver is based on QCM2290 one. > > Changes since v1 > ================ > 1. Changed bindings file names to Vendor,SoC-IP format. > 2. Changed include in dispcc-sm6115 to reflect name change of bindings. > > [...] Applied, thanks! [1/2] dt-bindings: clock: add QCOM SM6115 display clock bindings commit: 38557c6fc0771be5791e16837342db581daa6379 [2/2] clk: qcom: Add display clock controller driver for SM6115 commit: 9b518788631cf7bc2b10d3967fd2343d1c88d65c Best regards,