From: "Paweł Chmiel" <pawel.mikolaj.chmiel@gmail.com>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: mchehab@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com,
fischerdouglasc@gmail.com, keescook@chromium.org,
linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH 2/5] media: dt-bindings: Add binding for si470x radio
Date: Fri, 07 Dec 2018 12:43:14 +0100 [thread overview]
Message-ID: <2202435.V78jBJhvEB@acerlaptop> (raw)
In-Reply-To: <2c8bb6ef-5f37-69ef-6829-a9e9ad04579b@xs4all.nl>
Dnia piątek, 7 grudnia 2018 12:33:10 CET Hans Verkuil pisze:
> Please combine 2/5 with 5/5. No need to have two patches for these bindings.
I though that it will be better to separate patches which just adds devicetree support
and those adding new functionality (reset), so for example if there is more work needed on one of them,
the second one can still be picked (devicetree one).
Ok will do this in next version of patchset.
>
> Regards,
>
> Hans
>
> On 12/05/2018 04:47 PM, Paweł Chmiel wrote:
> > Add device tree bindings for si470x family radio receiver driver.
> >
> > Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
> > ---
> > .../devicetree/bindings/media/si470x.txt | 24 +++++++++++++++++++
> > 1 file changed, 24 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/media/si470x.txt
> >
> > diff --git a/Documentation/devicetree/bindings/media/si470x.txt b/Documentation/devicetree/bindings/media/si470x.txt
> > new file mode 100644
> > index 000000000000..9294fdfd3aae
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/media/si470x.txt
> > @@ -0,0 +1,24 @@
> > +* Silicon Labs FM Radio receiver
> > +
> > +The Silicon Labs Si470x is family of FM radio receivers with receive power scan
> > +supporting 76-108 MHz, programmable through an I2C interface.
> > +Some of them includes an RDS encoder.
> > +
> > +Required Properties:
> > +- compatible: Should contain "silabs,si470x"
> > +- reg: the I2C address of the device
> > +
> > +Optional Properties:
> > +- interrupts : The interrupt number
> > +
> > +Example:
> > +
> > +&i2c2 {
> > + si470x@63 {
> > + compatible = "silabs,si470x";
> > + reg = <0x63>;
> > +
> > + interrupt-parent = <&gpj2>;
> > + interrupts = <4 IRQ_TYPE_EDGE_FALLING>;
> > + };
> > +};
> >
>
>
next prev parent reply other threads:[~2018-12-07 11:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-05 15:47 [PATCH 0/5] media: radio-si470x-i2c: Add device tree and reset gpio support Paweł Chmiel
2018-12-05 15:47 ` [PATCH 1/5] si470x-i2c: Add device tree support Paweł Chmiel
2018-12-05 15:47 ` [PATCH 2/5] media: dt-bindings: Add binding for si470x radio Paweł Chmiel
2018-12-07 11:33 ` Hans Verkuil
2018-12-07 11:43 ` Paweł Chmiel [this message]
2018-12-05 15:47 ` [PATCH 3/5] si470x-i2c: Use managed resource helpers Paweł Chmiel
2018-12-05 15:47 ` [PATCH 4/5] si470x-i2c: Add optional reset-gpio support Paweł Chmiel
2018-12-07 11:12 ` [PATCH 4/5 RESEND] " Hans Verkuil
2018-12-07 11:25 ` Michael Nazzareno Trimarchi
2018-12-07 11:30 ` Hans Verkuil
2018-12-05 15:47 ` [PATCH 5/5] media: dt-bindings: si470x: Document new reset-gpios property Paweł Chmiel
2018-12-19 20:37 ` Rob Herring
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=2202435.V78jBJhvEB@acerlaptop \
--to=pawel.mikolaj.chmiel@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=fischerdouglasc@gmail.com \
--cc=hverkuil@xs4all.nl \
--cc=keescook@chromium.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mchehab@kernel.org \
--cc=robh+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox