[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8a9fa13f66ce4ef9a8f8c9200e1fac5f@cqplus1.com>
Date: Thu, 12 May 2022 10:45:54 +0000
From: qinjian[覃健] <qinjian@...lus1.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
"sboyd@...nel.org" <sboyd@...nel.org>
CC: "robh+dt@...nel.org" <robh+dt@...nel.org>,
"mturquette@...libre.com" <mturquette@...libre.com>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"maz@...nel.org" <maz@...nel.org>,
"p.zabel@...gutronix.de" <p.zabel@...gutronix.de>,
"linux@...linux.org.uk" <linux@...linux.org.uk>,
"arnd@...db.de" <arnd@...db.de>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-clk@...r.kernel.org" <linux-clk@...r.kernel.org>
Subject: RE: [PATCH v15 04/10] dt-bindings: clock: Add bindings for SP7021
clock driver
> On 12/05/2022 08:30, Qin Jian wrote:
> > Add documentation to describe Sunplus SP7021 clock driver bindings.
> >
> > Signed-off-by: Qin Jian <qinjian@...lus1.com>
> > ---
> > Remove "Binding" from yaml title
> > Rename sp-sp7021.h to sunplus,sp7021-clkc.h
>
> Thanks.
>
> > ---
> > .../bindings/clock/sunplus,sp7021-clkc.yaml | 51 +++++++++++
> > MAINTAINERS | 2 +
> > .../dt-bindings/clock/sunplus,sp7021-clkc.h | 88 +++++++++++++++++++
> > 3 files changed, 141 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/clock/sunplus,sp7021-clkc.yaml
> > create mode 100644 include/dt-bindings/clock/sunplus,sp7021-clkc.h
> >
> > diff --git a/Documentation/devicetree/bindings/clock/sunplus,sp7021-clkc.yaml
> b/Documentation/devicetree/bindings/clock/sunplus,sp7021-clkc.yaml
> > new file mode 100644
> > index 000000000..119961a17
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/clock/sunplus,sp7021-clkc.yaml
> > @@ -0,0 +1,51 @@
> > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> > +# Copyright (C) Sunplus Co., Ltd. 2021
> > +%YAML 1.2
> > +---
> > +$id: http://devicetree.org/schemas/clock/sunplus,sp7021-clkc.yaml#
> > +$schema: http://devicetree.org/meta-schemas/core.yaml#
> > +
> > +title: Sunplus SP7021 SoC Clock Controller
> > +
> > +maintainers:
> > + - Qin Jian <qinjian@...lus1.com>
> > +
> > +properties:
> > + compatible:
> > + const: sunplus,sp7021-clkc
> > +
> > + reg:
> > + maxItems: 1
> > +
> > + clocks:
> > + maxItems: 1
> > +
> > + "#clock-cells":
> > + const: 1
> > +
> > +required:
> > + - compatible
> > + - reg
> > + - clocks
> > + - "#clock-cells"
> > +
> > +additionalProperties: false
> > +
> > +examples:
> > + - |
> > +
>
> Same as in v14. Please go through the comments thoroughly so reviewers
> will not waste time repeating the same twice.
>
Sorry, I don’t understand your meaning.
Could you explain more, thanks.
Powered by blists - more mailing lists