From: "József Horváth" <info@ministro.hu>
To: Rob Herring <robh@kernel.org>
Cc: 'Greg Kroah-Hartman' <gregkh@linuxfoundation.org>,
'Jiri Slaby' <jirislaby@kernel.org>,
linux-serial@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v7,2/2] dt: bindings: add silabs,si4455 schema
Date: Tue, 12 Jan 2021 10:22:15 +0000 [thread overview]
Message-ID: <20210112102215.GA14292@dev> (raw)
In-Reply-To: <20210111233048.GA3252430@robh.at.kernel.org>
On Mon, Jan 11, 2021 at 05:30:48PM -0600, Rob Herring wrote:
> On Tue, Jan 05, 2021 at 10:30:29AM +0000, József Horváth wrote:
> > This is a device tree schema for serial port driver for
> > Silicon Labs Si4455 Sub-GHz transciver.
> >
> > Datasheet: https://www.silabs.com/documents/public/data-sheets/Si4455.pdf
> >
> > Guide: https://github.com/dministro/linux-serial-si4455
> >
> > Signed-off-by: Jozsef Horvath <info@ministro.hu>
> > ---
> >
> > changes v1:
> > - fixed: dt: bindings: rename sdn-gpios to shutdown-gpios
> >
> > changes v3:
> > - fixed: dt: bindings: silabs,si4455: more detailed description
> > - added: dt: bindings: silabs,si4455: properties silabs,package-size,
> > silabs,tx-channel, silabs,rx-channel, silabs,ez-config
> >
> > changes v4:
> > - fixed: dt: bindings: silabs,si4455: $id
> > from http://devicetree.org/schemas/serial/silabs,si4455.yaml
> > to http://devicetree.org/schemas/staging/serial/silabs,si4455.yaml
> >
> > changes v5:
> > - fixed: dt: bindings: silabs,si4455: $id
> > from http://devicetree.org/schemas/staging/serial/silabs,si4455.yaml
> > to http://devicetree.org/schemas/serial/silabs,si4455.yaml
> > - fixed: dt: bindings: silabs,si4455: serial.yaml reference added
> >
> > changes v7:
> > - added: dt: bindings: silabs,si4455: silabs,tx-timeout property definition
> > ---
> > .../bindings/serial/silabs,si4455.yaml | 105 ++++++++++++++++++
> > 1 file changed, 105 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/serial/silabs,si4455.yaml
> >
> > diff --git a/Documentation/devicetree/bindings/serial/silabs,si4455.yaml b/Documentation/devicetree/bindings/serial/silabs,si4455.yaml
> > new file mode 100644
> > index 000000000000..8ba4956064b4
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/serial/silabs,si4455.yaml
> > @@ -0,0 +1,105 @@
> > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> > +%YAML 1.2
> > +---
> > +$id: "http://devicetree.org/schemas/serial/silabs,si4455.yaml#"
> > +$schema: "http://devicetree.org/meta-schemas/core.yaml#"
> > +
> > +title: Silicon Labs Si4455 device tree bindings
> > +
> > + silabs,rx-channel:
> > + description:
> > + Radio receive channel selection.
> > + $ref: /schemas/types.yaml#/definitions/uint32
> > + maximum: 255
> > + minimum: 0
> > +
> > + silabs,tx-timeout:
> > + description:
> > + Radio transmit timeout(ms)
>
> Use a unit suffix as defined in property-units.txt.
>
> > + $ref: /schemas/types.yaml#/definitions/uint32
>
> With that, you can drop the type.
>
Thank you for suggestion.
> > + maximum: 1000
> > + minimum: 1
> > +
> > + firmware-name:
> > + description:
> > + Radio configuration data file name.
> > + $ref: /schemas/types.yaml#/definitions/string
> > + items:
> > + pattern: ^[0-9a-z\._\-]{1,255}$
> > +
> > + };
> > +...
> > --
> > 2.17.1
> >
Üdvözlettel / Best regards:
József Horváth
prev parent reply other threads:[~2021-01-12 10:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-05 10:30 [PATCH v7,2/2] dt: bindings: add silabs,si4455 schema József Horváth
2021-01-11 23:30 ` Rob Herring
2021-01-12 10:22 ` József Horváth [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210112102215.GA14292@dev \
--to=info@ministro.hu \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.